FiberScheduler.start

This creates a new Fiber for the supplied op and then starts the dispatcher.

class FiberScheduler
void
start
(
void delegate
()
op
)

Meta