Module sources

Source

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ยง

AdditionalLifecycleEventsSet ๐Ÿ”’
The list of events
Dispatcher
An event source with its callback.
DispatcherInner ๐Ÿ”’
Idle
An idle callback that was inserted in this loop

Enumsยง

PostAction
Possible actions that can be requested to the event loop by an event source once its events have been processed.

Traitsยง

CancellableIdle ๐Ÿ”’
ErasedDispatcher ๐Ÿ”’
EventDispatcher ๐Ÿ”’
EventSource
Trait representing an event source
IdleDispatcher ๐Ÿ”’