FiberScheduler.this
this
() @safe nothrowCreate a standalone scheduler (no EventLoop integration).
Create a scheduler that borrows an EventLoop.
The scheduler stores a pointer to the loop but does not own it. Call attachToLoop() to register a check-phase watcher.
Parameters
loop | EventLoop to borrow. Must outlive the scheduler. Thread_Affinity: Must be called from the loop thread. |