Module subscribable_mutex

Source
Expand description

A mutex that can be subscribed to, and will notify the subscribers whenever the internal data is changed.

Structsยง

SubscribableMutex
A mutex that can register subscribers to be notified. This works in the same way as Mutex, but has some additional functions: