Module main_loop

Source
Expand description

Wrapper that runs a loop in the current thread.

This module contains wrappers for pw_main_loop and related items.

Structsยง

MainLoop
Transparent wrapper around a main loop.
MainLoopBox
Smart pointer providing unique ownership of a PipeWire main loop.
MainLoopRc
Reference counting smart pointer providing shared ownership of a PipeWire main loop.
MainLoopWeak
Non-owning reference to a main loop managed by MainLoopRc.