Module mio::deprecated [] [src]

EventLoop and other deprecated types

Reexports

pub use self::unix::pipe;
pub use self::unix::PipeReader;
pub use self::unix::PipeWriter;
pub use self::unix::UnixListener;
pub use self::unix::UnixSocket;
pub use self::unix::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