Base class for implementing any subscribable class that expects Disposable for releasing subscriptions.
Disposable
Protected
Accepts TSubscriber (observer) and returns a Subscription that can be disposed of. The dispose method is scope independent and can be called out of context and still cancel the subscription.
TSubscriber
Subscription
Unsubscribes the TSubscriber (observer).
Cancels (disposes) all subscriptions.
Generated using TypeDoc
Base class for implementing any subscribable class that expects
Disposable
for releasing subscriptions.