FiberScheduler.detachFromLoop

void detachFromLoop() @trusted nothrow

Detach 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.