Expand description
Unix-specific async functionality.
Modules§
- Unix polled pipe wrapper.
Structs§
- A
PollWait
implementation that waits for an fd to be signaled, then reads from it.
Type Aliases§
- A driver to spawn tasks and IO objects on
EpollPool
. - An single-threaded task pool backed by epoll.