EventLoop.notify

int notify(Token token) @trusted nothrow

Trigger an async wakeup watcher.

Parameters

tokenWakeup watcher token to notify.

Returns

0 on success, or -1 with errno set.