pal_
async
0.0.0
Module unix
Module Items
Modules
Structs
Type Aliases
In crate pal_
async
pal_async
Module
unix
Copy item path
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
§
Epoll
Driver
A driver to spawn tasks and IO objects on
EpollPool
.
Epoll
Pool
An single-threaded task pool backed by epoll.