CC-Tweaked/src/main/resources/data/computercraft/lua/rom/help/parallel.txt

5 lines
209 B
Plaintext

Functions in the Parallel API:
parallel.waitForAny( function1, function2, ... )
parallel.waitForAll( function1, function2, ... )
These methods provide an easy way to run multiple lua functions simultaneously.