Module loop_logic

Source

Structsยง

EventIterator
The EventIterator is an Iterator over the events relevant to a particular source This type is used in the EventSource::before_handle_events methods for two main reasons:
EventLoop
An event loop
LoopHandle
An handle to an event loop
LoopInner ๐Ÿ”’
LoopSignal
A signal that can be shared between thread to stop or wakeup a running event loop
RegistrationToken
A token representing a registration in the EventLoop.
Signals ๐Ÿ”’
Signals related to the event loop.

Type Aliasesยง

IdleCallback ๐Ÿ”’