Returns the current status of a coroutine.
The return value is one of the symbols newborn
, running
, paused
, finished
or poisoned
. The meaning of each symbol is described in the Reference Manual.
See also: coro-run
, coro-finish!
Returns the current status of a coroutine.
The return value is one of the symbols newborn
, running
, paused
, finished
or poisoned
. The meaning of each symbol is described in the Reference Manual.
See also: coro-run
, coro-finish!