disposables library

Classes

ActionDisposable
A Disposable with a callback that is called exactly once on disposal.
CompositeDisposable
A Disposable container that holds other disposables.
Disposable
A disposable resource.
DisposedDisposable
An already disposed Disposable.
SequentialDisposable
A sequence of Disposable instances, that can sequentially hold a single Disposable and dispose the previous one.
StatefulDisposable
A stateful Disposable that remembers if it has been disposed.
TimerDisposable

Exceptions / Errors

DisposedError
An error thrown when an operation has been performed on an disposed resource.
DisposeError
An error thrown when one or more errors have occurred during the disposal of resources.