Module unix

Source
Expand description

Unix-specific async functionality.

Modules§

pipe
Unix polled pipe wrapper.

Structs§

FdWait
A PollWait implementation that waits for an fd to be signaled, then reads from it.

Type Aliases§

EpollDriver
A driver to spawn tasks and IO objects on EpollPool.
EpollPool
An single-threaded task pool backed by epoll.