| Class | Description |
|---|---|
| Async |
Utility methods to convert functions and actions into asynchronous operations through the Observable/Observer
pattern.
|
| StoppableObservable<T> |
An Observable that provides a Subscription interface to signal a stop condition to an asynchronous task.
|