Skip to main content

Module wake_pipe

Module wake_pipe 

Source
Expand description

Cross-platform wake notification built on pipe().

Works on both Linux and macOS (unlike eventfd which is Linux-only). The write end signals, the read end is pollable via epoll/kqueue/poll.

Structsยง

WakePipe
Cross-platform wake notification built on pipe().