Parallel (API)

From ComputerCraft Wiki
Revision as of 05:38, 31 January 2012 by Kaleb702 (Talk | contribs)

Jump to: navigation, search

Parallel is an API which allows you to multitask.

Method name Description
parallel.waitForAny( function1, function2, so on) Waits for any function to complete.
parallel.waitForAll( function1, function2, so on) Waits for all of the functions to complete.