Skip to content

ReactiveUI.Primitives.Async namespace

Part of the ReactiveUI.Primitives.Async.Core package.

TypeKindSummary
ChainEnumerableSignalclassRepresents an asynchronous observable sequence that concatenates multiple asynchronous observables, emitting their elements in order as each completes.
ChainSignalSourcesSignalclassAsync observable that concatenates inner observable sequences emitted by an outer observable, subscribing to each inner sequence only after the previous one completes.
SwitchToSignalclassAsync observable that switches to the most recently emitted inner observable sequence, unsubscribing from the previous inner sequence each time a new one arrives.