Module subscribable_rwlock

Source
Expand description

A rwlock that can be subscribed to, and will return state to subscribers whenever the internal data is changed.

Structs§

SubscribableRwLock
A RwLock that can register subscribers to be notified upon state change.

Traits§

ReadView
read only view of SubscribableRwLock
ThreadedReadView
read view with requirements on being threadsafe