Re-exports§
pub use poll::Epoll;pub use poll::EpollFd;pub use handler::Handler;pub use handler::sync::SyncHandler;pub use server::Server;pub use server::ServerImpl;pub use logging::LoggingBackend;pub use logging::SimpleLogging;pub use error::Result;pub use protocol::IOProtocol;pub use protocol::Action;
Modules§
Macros§
- eintr
- perror
- perrorr
- helper to short-circuit loops and log error
- report_
err