Namespace Acuit.Pinpoint.Common.Disposables
Classes
- ActionDisposable
A disposable that invokes an action when disposed.
- CompositeDisposable
A disposable composed of multiple child disposables.
- CompositeDisposableBuilder
A helper that creates a CompositeDisposable via a fluent API, properly cleaning up if an exception is thrown during initialization.
- NullDisposable
A disposable that does nothing when disposed.