pub type RcList = Arc<RwLock<RawRwLock, HashSet<ReactiveContext>>>;
Expand description
The list of reactive contexts this signal is assocaited with Whenever we call .write() on the signal, these contexts will be notified of the change
Aliased Type§
struct RcList { /* private fields */ }