Crate mirai

Source

Re-exports§

pub use mio;

Modules§

tcp
udp

Structs§

PollDriver
The driving pressure for events. Assuming a custom executor, this will be moved into a reactor that calls PollDriver::iter
PollRegistry
SourceWaker
This is a split waker, meant for being able to wake Reads and Writes separately.
Token
Token returned by the PollBundle on registration. Keep it with the registered handle, drop it after the handle. This ensures that, internally, the corresponding mio::Token will be freed when the handle is dropped.