Expand description
Wrapper that runs a loop in the current thread.
This module contains wrappers for pw_main_loop and related items.
Structsยง
- Main
Loop - Transparent wrapper around a main loop.
- Main
Loop Box - Smart pointer providing unique ownership of a PipeWire main loop.
- Main
Loop Rc - Reference counting smart pointer providing shared ownership of a PipeWire main loop.
- Main
Loop Weak - Non-owning reference to a main loop managed by
MainLoopRc.