EventLoop.stop

void stop() @trusted nothrow

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