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§
- IO Error
Constants§
- Stack size Should be modified if it is changed in Rust since it is no way to know or get it
- Maximum number of tokens a handler can use
Traits§
- Generic IO handler. All the handler function are called from within IO event loop.
Message
type is used as notification data
Type Aliases§
- Timer ID
- Timer ID