Parallel API
  | 
  |||||||||||
| Switches between execution of the functions, until all of them are finished. If any of the functions errors, the message is propagated upwards from the parallel.waitForAll call.[1] | |||||||||||
| Syntax | parallel.waitForAll(
  | 
  ||||||||||
| Returns | nil | ||||||||||
| Part of | CC:Tweaked (source) | ||||||||||
| API | parallel | ||||||||||
| See also | parallel.waitForAny | ||||||||||
  | |||||||||||
  | 
  |||||||||||
| Switches between execution of the functions, until any of them finishes. If any of the functions errors, the message is propagated upwards from the parallel.waitForAny call.[2] | |||||||||||
| Syntax | parallel.waitForAny(
  | 
  ||||||||||
| Returns | nil | ||||||||||
| Part of | CC:Tweaked (source) | ||||||||||
| API | parallel | ||||||||||
| See also | parallel.waitForAll | ||||||||||
  | |||||||||||
References
    
- "CC-Tweaked/parallel.lua". GitHub. 2017-06-12. Retrieved 2018-08-06.
 - "CC-Tweaked/parallel.lua". GitHub. 2017-06-12. Retrieved 2018-08-06.
 
    This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.