Structs§
- A source that can be used to signal to a loop that an event has occurred.
- A source that can be used to have a callback called when the loop is idle.
- A source that can be used to react to IO events.
- A transparent wrapper around a raw
pw_loop
. It is usually only seen in a reference (&LoopRef
). - A source that can be used to react to signals.
- A source that can be used to have a callback called on a timer.
Enums§
- Types of operating system signals
Traits§
- Trait implemented by objects that implement a
pw_loop
and are reference counted in some way.