pub type EpollPool = IoPool<EpollBackend>;
An single-threaded task pool backed by epoll.
struct EpollPool { /* private fields */ }