currentCoroutine
Returns the currently running coroutine.
setTimers(aListOfTimers)
Sets the list of active timers.
setYieldingCoros(aListOfCoros)
Sets the list of yielding Coroutine objects.
timers
The List of active timers.
yieldingCoros
The List of yielding Coroutine objects.
|