ReactiveUI.Primitives.Async.Advanced namespace¶
Part of the ReactiveUI.Primitives.Async package.
| Type | Kind | Summary |
|---|---|---|
| FromAsyncSignal | class | Invokes a task-like operation for each subscription and emits [Default](# after it completes. |
| FromAsyncSubscription | class | Invokes an asynchronous operation and forwards the signal notification for one subscription. |
| StartSignal | class | Runs an action for each subscription and emits [Default](# after it completes. |
| StartSubscription | class | Runs an action and forwards the signal notification for one subscription. |
| TaskToAsyncSignal | class | Observes a task and emits [Default](# when it completes successfully. |
| ToAsyncSignalSubscription | class | Waits for a task and forwards the signal notification for one subscription. |
| WitnessOnSignal | class | Switches source notifications onto an async context before forwarding them downstream. |
| WitnessOnWitness | class | Switches each notification onto the configured async context before forwarding it. |