| AsyncCallbackPipe<T> |
A no-op async pipe that "spies" on data passing through it.
|
| AsyncCompoundPipe<T> |
A pipe encapsulating a pipeline.
|
| AsyncFilterPipe<T> |
An async version of the filter pipe (See FilterPipe.
|
| AsyncFlexibleMapPipe<S,T> |
|
| AsyncHeadPipe<T> |
An async version of the head pipe (See HeadPipe.
|
| AsyncMapPipe<S,T> |
An async version of the mapper pipe (See MapPipe.
|
| AsyncProgressPipe<T> |
A no-op async pipe that reports progress.
|
| AsyncTimeoutPipe<T> |
An async pipe enforcing a timeout on completion of its async input pipe.
|
| AsyncUnionPipe<T> |
An intermediate async pipe fed by a set of other async pipes.
|
| SyncToAsyncPipe<T> |
A pipe converting multiple sync pipes into a single async one.
|