Actor model features the 'act' method, even though threads are used.
Return the Coroutine counts.
Return the Coroutine counts.
Interrupt this waiting zombie coroutine.
Interrupt this waiting zombie coroutine.
Return whether this coroutine is a zombie.
Return whether this coroutine is a zombie.
Thread's 'run' method delegates to the 'act' method.
Thread's 'run' method delegates to the 'act' method. Upon interruption the 'act' method is run again from the beginning.
Start this coroutine, i.e., invoke its 'run' -> 'act' method.
Start this coroutine, i.e., invoke its 'run' -> 'act' method.
Yield control from 'this' to 'that' coroutine.
Yield control from 'this' to 'that' coroutine.
the other coroutine to yield control to
whether 'this' coroutine is to terminate (true) or wait to be resumed (false)
Zombify this coroutine.
Zombify this coroutine.