ReactiveUI.Primitives.Async namespace¶
Part of the ReactiveUI.Primitives.Async.Core package.
| Type | Kind | Summary |
|---|---|---|
| ChainEnumerableSignal | class | Represents an asynchronous observable sequence that concatenates multiple asynchronous observables, emitting their elements in order as each completes. |
| ChainSignalSourcesSignal | class | Async observable that concatenates inner observable sequences emitted by an outer observable, subscribing to each inner sequence only after the previous one completes. |
| SwitchToSignal | class | Async observable that switches to the most recently emitted inner observable sequence, unsubscribing from the previous inner sequence each time a new one arrives. |