FiberScheduler.create
void create(void delegate() op) nothrowCreates a new Fiber which calls the given delegate.
Parameters
op | The delegate the fiber should call |
void create(void delegate() op) nothrowCreates a new Fiber which calls the given delegate.
op | The delegate the fiber should call |