1 2 3 4 5 6 7 8
//! Linux epoll backend for crossio. #[cfg(target_os = "linux")] mod epoll; #[cfg(target_os = "linux")] pub use epoll::EpollBackend;