eve.core.windows.wakeup
Windows wakeup handling using Event objects.
This module provides helper functions for creating and managing Windows Event objects used by the event loop for cross-thread notifications and asynchronous DNS resolution.
Functions 3
fn
Handle createWakeupHandle() @trusted nothrow @nogcCreate a Windows Event handle for wakeup notifications.fn
int writeWakeup(Handle handle) @trusted nothrow @nogcSignal a Windows Event to trigger a wakeup notification.