pausable_behavior_subject library

Classes

PausableBehaviorSubject<T>
A BehaviorSubject that based on an underlying stream which cannot be paused and resumed, but this class provides pause and resume functionality by managing the subscription and the last value.