Awaiter.process

Creates a Fiber (coroutine) and puts it into 'fibers'. After that, it waits until the fiber has been processed. This is supposed to be called from worker threads that were started with async.

class Awaiter
void
process
(
void delegate
()
func
)

Meta