Expand description
Module with system specific types.
Required types:
Event
: a type alias for the system specific event, e.g.kevent
orepoll_event
.event
: a module with various helper functions forEvent
, seecrate::event::Event
for the required functions.Events
: collection ofEvent
s, seecrate::Events
.IoSourceState
: state for theIoSource
type.Selector
: selector used to register event sources and poll for events, seecrate::Poll
andcrate::Registry
for required methods.tcp
andudp
modules: see thecrate::net
module.Waker
: seecrate::Waker
.
Re-exports§
pub use self::unix::*;
Modules§
- unix 🔒