Expand description
Module with system specific types.
Required types:
Event: a type alias for the system specific event, e.g.keventorepoll_event.event: a module with various helper functions forEvent, seecrate::event::Eventfor the required functions.Events: collection ofEvents, seecrate::Events.IoSourceState: state for theIoSourcetype.Selector: selector used to register event sources and poll for events, seecrate::Pollandcrate::Registryfor required methods.tcpandudpmodules: see thecrate::netmodule.Waker: seecrate::Waker.
Re-exports§
pub use self::unix::*;
Modules§
- unix 🔒