Module loop_
Source - EventSource
- A source that can be used to signal to a loop that an event has occurred.
- IdleSource
- A source that can be used to have a callback called when the loop is idle.
- IoSource
- A source that can be used to react to IO events.
- Loop
- A transparent wrapper around a raw
pw_loop.
It is usually only seen in a reference (&Loop), and does not own the pw_loop. - LoopBox
- LoopRc
- LoopWeak
- SignalSource
- A source that can be used to react to signals.
- TimerSource
- A source that can be used to have a callback called on a timer.
- Signal
- Types of operating system signals
- Timeout
- Timeout for
Loop::iterate()
- IsLoopRc
- Trait implemented by objects that implement a
pw_loop and are reference counted in some way. - IsSource