Expand description
Raw poll APIs
This module exposes raw Poll APIs.
Structs§
- Poll
Evented - Associates an I/O resource that implements the
std::io::Readand/orstd::io::Writetraits with the reactor that drives it.
Traits§
- Async
Datagram - Implement a datagram protocol.
- Async
Read Ready - Determine if the underlying API can be read from.
- Async
Ready - Determine if a struct is async-ready to yield futures.
- Async
Write Ready - Determine if the underlying API can be written to.
- Take
Error - Extract an error from the underlying struct that isn’t propagated through regular channels.