Crate io

source ·
Expand description

General IO module.

Structs§

  • Allows sending messages into the event loop. All the IO handlers will get the message in the message callback.
  • IO access point. This is passed to all IO handlers and provides an interface to the IO subsystem.
  • Root IO handler. Manages user handlers, messages and IO timers.
  • General IO Service. Starts an event loop and dispatches IO requests. ‘Message’ is a notification message type

Enums§

Constants§

Traits§

  • Generic IO handler. All the handler function are called from within IO event loop. Message type is used as notification data

Type Aliases§