FiberScheduler.spawn
void spawn(void delegate() op) nothrowThis created a new Fiber for the supplied op and adds it to the dispatch list.
void spawn(void delegate() op) nothrowThis created a new Fiber for the supplied op and adds it to the dispatch list.