Skip to content

ReactiveUI.Primitives.Async.Advanced namespace

Part of the ReactiveUI.Primitives.Async package.

TypeKindSummary
FromAsyncSignalclassInvokes a task-like operation for each subscription and emits [Default](# after it completes.
FromAsyncSubscriptionclassInvokes an asynchronous operation and forwards the signal notification for one subscription.
StartSignalclassRuns an action for each subscription and emits [Default](# after it completes.
StartSubscriptionclassRuns an action and forwards the signal notification for one subscription.
TaskToAsyncSignalclassObserves a task and emits [Default](# when it completes successfully.
ToAsyncSignalSubscriptionclassWaits for a task and forwards the signal notification for one subscription.
WitnessOnSignalclassSwitches source notifications onto an async context before forwarding them downstream.
WitnessOnWitnessclassSwitches each notification onto the configured async context before forwarding it.