See: Description
| Class | Description |
|---|---|
| CompositeDisposable |
A disposable container that can hold onto multiple other disposables and
offers O(1) add and removal complexity.
|
| SerialDisposable |
A Disposable container that allows atomically updating/replacing the contained
Disposable with another Disposable, disposing the old one when updating plus
handling the disposition when the container itself is disposed.
|