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ยง
- Wake
Pipe - Cross-platform wake notification built on
pipe().