OsPoller.postWakeup

bool postWakeup() @trusted nothrow @nogc

Post a wakeup event to the IOCP.

This can be called from any thread to wake up a thread blocked in wait(). Uses PostQueuedCompletionStatus for immediate, efficient wakeup.

Returns

true if the wakeup was successfully posted.