Structsยง
- Event
Iterator - 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: - Event
Loop - An event loop
- Loop
Handle - An handle to an event loop
- Loop
Inner ๐ - Loop
Signal - A signal that can be shared between thread to stop or wakeup a running event loop
- Registration
Token - A token representing a registration in the
EventLoop
. - Signals ๐
- Signals related to the event loop.
Type Aliasesยง
- Idle
Callback ๐