true if the wakeup was successfully posted.OsPoller.postWakeup
bool postWakeup() @trusted nothrow @nogcPost 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.