FiberScheduler.create

void create(void delegate() op) nothrow

Creates a new Fiber which calls the given delegate.

Parameters

opThe delegate the fiber should call