FiberScheduler.spawn

This created a new Fiber for the supplied op and adds it to the dispatch list.

class FiberScheduler
nothrow
void
spawn
(
void delegate
()
op
)

Meta