[][src]Crate mirai

Modules

tcp
udp

Macros

__debug__
__error__
__info__
__trace__
__warn__

Structs

PollDriver

The driving pressure for events. Assuming a custom executor, this will be moved into a reactor that calls PollDriver::iter

PollRegistry
SourceWaker
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.