Module async_primitives

Source

Modulesยง

broadcast
Provides an unbounded size broadcast async-aware queue
subscribable_mutex
A mutex that can be subscribed to, and will notify the subscribers whenever the internal data is changed.
subscribable_rwlock
A rwlock that can be subscribed to, and will return state to subscribers whenever the internal data is changed.