Crate soio [] [src]

Modules

channel

Thread safe communication channel implementing Evented

tcp

Primitives for working with TCP

udp

Primitives for working with UDP

Structs

Event

An readiness event returned by Poll::poll.

EventedFd
Events

A collection of readiness events.

IoVec

A specialized byte slice type for performing vector reads and writes.

Poll

Polls for readiness events on all registered values.

PollOpt

Options supplied when registering an Evented handle with Poll

Ready

A set of readiness events

Registration

Handle to a user space Poll registration.

SetReadiness

Updates the readiness state of the associated [Registration].

Token

Associates readiness notifications with Evented handles.

Traits

Evented

A value that may be registered with Poll

Functions

new_registration