EventLoop.stop
void stop() @trusted nothrowRequest the loop to stop after the current iteration.
This immediately wakes up the IOCP poller if the loop is blocked in GetQueuedCompletionStatus, ensuring prompt loop termination.
void stop() @trusted nothrowRequest the loop to stop after the current iteration.
This immediately wakes up the IOCP poller if the loop is blocked in GetQueuedCompletionStatus, ensuring prompt loop termination.