ReactiveUI.Primitives.Async.Reactive namespace¶
Part of the ReactiveUI.Primitives.Async.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| AsyncContext | record | Represents an asynchronous execution context that encapsulates a specific SynchronizationContext or TaskScheduler for controlling the scheduling of asynchronous operations. |
| AsyncContextExtensions | class | Provides extension methods for comparing [AsyncContext](# instances with the current async context. |
| AsyncContextSwitcherAwaitable | struct | Provides an awaitable that switches execution to a specified asynchronous context, optionally forcing a yield and supporting cancellation. |
| ContextSwitchSignalAsync | class | An observable that switches the notification context of a source observable to a specified async context. |
| SignalAsyncReactiveExtensions | class | Provides extension methods for working with asynchronous observable sequences. |