Re-exportsยง
pub use crate::loop_logic::EventIterator;
Modulesยง
- channel
- An MPSC channel whose receiving end is an event source
- generic
- A generic event source wrapping an IO objects or file descriptor
- ping
- Ping to the event loop
- timer
- Timer event source
- transient
- Wrapper for a transient Calloop event source.
Structsยง
- Additional
Lifecycle ๐Events Set - The list of events
- Dispatcher
- An event source with its callback.
- Dispatcher
Inner ๐ - Idle
- An idle callback that was inserted in this loop
Enumsยง
- Post
Action - Possible actions that can be requested to the event loop by an event source once its events have been processed.
Traitsยง
- Cancellable
Idle ๐ - Erased
Dispatcher ๐ - Event
Dispatcher ๐ - Event
Source - Trait representing an event source
- Idle
Dispatcher ๐