FiberScheduler.detachFromLoop
void detachFromLoop() @trusted nothrowDetach the scheduler from the EventLoop.
Unregisters the prepare-phase watcher. The scheduler can be re-attached later with attachToLoop().
Thread_Affinity: Must be called from the loop thread.