StateSubscription

class StateSubscription<State, Value> : CausalityAnyStateSubscription where State : Causality.AnyState<Value>, Value : Equatable

Subscription handler for States. Used to unsubscribe() or determine the bus or state that triggered an update.