Module rotor::mio []

Modules

prelude
tcp
udp
util

Utilities for non-blocking IO programs

Structs

EventLoop

Single threaded IO event loop.

EventLoopConfig

Configure EventLoop runtime details

EventSet
Events
IoEvent
Ipv4Addr

Representation of an IPv4 address.

Ipv6Addr

Representation of an IPv6 address.

Poll
PollOpt
Selector

The guts of the Windows event loop, this is the struct which actually owns a completion port.

Sender

Sends messages to the EventLoop from other threads.

Timeout
TimerError
Token

Enums

IpAddr

An IP address, either a IPv4 or IPv6 address.

NotifyError

Traits

Evented

A value that may be registered with an EventLoop

Handler
TryAccept
TryRead
TryWrite

Type Definitions

TimerResult