Module pipewire_wrapper::listeners
source · Expand description
Listeners storage
Structs
- Owned listeners storage. Each listener associated with constant ListenerId. Can be cloned between threads.
Traits
- RawWrapper that can register listener. Ownership of the listener is not taken, so it’s should be stored somewhere. If this is possible, owned wrapper with the OwnListeners trait is preferred for usage.
- Wrapper that can register and store events listeners.