Awaiter.spawn

Creates a Fiber (coroutine) and puts it into 'fibers'. To complete the work, call 'tick' from a repeating function.

class Awaiter
void
spawn
(
void delegate
()
f
)

Meta