Expand description
A mutex that can be subscribed to, and will notify the subscribers whenever the internal data is changed.
Structsยง
- Subscribable
Mutex - A mutex that can register subscribers to be notified. This works in the same way as
Mutex
, but has some additional functions: