FiberScheduler.spawn

void spawn(void delegate() op) nothrow

This created a new Fiber for the supplied op and adds it to the dispatch list.