Module calloop::loop_logic
source ยท Structsยง
- The EventIterator is an
Iterator
over the events relevant to a particular source This type is used in theEventSource::before_handle_events
methods for two main reasons: - An event loop
- An handle to an event loop
- LoopInner ๐
- A signal that can be shared between thread to stop or wakeup a running event loop
- A token representing a registration in the
EventLoop
. - Signals ๐Signals related to the event loop.
Type Aliasesยง
- IdleCallback ๐