Difference between revisions of "Coroutine (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
 
:{| border="1" class="wikitable"
 
:{| border="1" class="wikitable"
 
| '''Bug'''
 
| '''Bug'''
From ComputerCraft 1.3 this API suffers from the problem of potentially spawning Java threads that live forever therefore, use of coroutines should be minimized. This is fixed in ComputerCraft 1.32+, though.
+
'''From ComputerCraft 1.3''' this API suffers from the problem of potentially spawning Java threads that live forever therefore, use of coroutines should be minimized. This is '''fixed in ComputerCraft 1.32+''', though.
 
|}
 
|}
  

Revision as of 11:55, 29 May 2012

Bug

From ComputerCraft 1.3 this API suffers from the problem of potentially spawning Java threads that live forever therefore, use of coroutines should be minimized. This is fixed in ComputerCraft 1.32+, though.

Coroutine is a default Lua 5.1 API defined here. Please list any non-working functions here.

List of non-working functions