FiberScheduler.create

Creates a new Fiber which calls the given delegate.

class FiberScheduler
protected nothrow
void
create
(
void delegate
()
op
)

Parameters

op void delegate
()

The delegate the fiber should call

Meta