Module loop_

Source

Structs§

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
Signal
A signal number for use with kill_process, kill_process_group, and kill_current_process_group.
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.

Enums§

Timeout
Timeout for Loop::iterate()

Traits§

IsLoopRc
Trait implemented by objects that implement a pw_loop and are reference counted in some way.
IsSource