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

Possible values which can be passed to the shutdown method of TcpStream.

Traits

Handler
TryAccept
TryRead
TryWrite