This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Lollerofinni's profile picture

Multitasking

Started by Lollerofinni, 13 September 2013 - 01:18 PM
Lollerofinni #1
Posted 13 September 2013 - 03:18 PM
Hello!

Is it possible for a computer to wait for a user input and at the same time doing other tasks and if its possible how?
MKlegoman357 #2
Posted 13 September 2013 - 03:27 PM
You can use Parallel API or make your own coroutine* management system.

*Coroutines are a way for "multitasking" to exist in Lua.