Type Alias pal_async::unix::EpollDriver
source · pub type EpollDriver = IoDriver<EpollBackend>;
Expand description
A driver to spawn tasks and IO objects on EpollPool
.
Aliased Type§
struct EpollDriver { /* private fields */ }
pub type EpollDriver = IoDriver<EpollBackend>;
A driver to spawn tasks and IO objects on EpollPool
.
struct EpollDriver { /* private fields */ }