Docs.rs
mirai-0.0.4
mirai 0.0.4
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
khionu
Dependencies
futures ^0.3.1
normal
mio ^0.7.0
normal
tracing ^0.1.13
normal
tracing-subscriber ^0.2.2
dev
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mirai
0.0.4
All Items
Crate Items
Re-exports
Modules
Structs
Crate
mirai
Copy item path
Source
Re-exports
§
pub use
mio
;
Modules
§
tcp
udp
Structs
§
Poll
Driver
The driving pressure for events. Assuming a custom executor, this will be moved into a reactor that calls
PollDriver::iter
Poll
Registry
Source
Waker
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.