Module mio::deprecated
[−]
[src]
EventLoop and other deprecated types
Reexports
pub use self::unix::{pipe, PipeReader, PipeWriter, UnixListener, UnixSocket, UnixStream}; |
Modules
unix |
Structs
EventLoop |
Single threaded IO event loop. |
EventLoopBuilder | |
Sender |
Sends messages to the EventLoop from other threads. |
Enums
NotifyError | |
Shutdown |
Traits
Handler | |
TryAccept | |
TryRead | |
TryWrite |