Structs§
- Event
Source - A source that can be used to signal to a loop that an event has occurred.
- Idle
Source - 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 thepw_loop. - LoopBox
- LoopRc
- Loop
Weak - Signal
- A signal number for use with
kill_process,kill_process_group, andkill_current_process_group. - Signal
Source - A source that can be used to react to signals.
- Timer
Source - A source that can be used to have a callback called on a timer.
Enums§
- Timeout
- Timeout for
Loop::iterate()