Skip to content

ReactiveUI.Primitives.Async.Reactive namespace

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

TypeKindSummary
AsyncContextrecordRepresents an asynchronous execution context that encapsulates a specific SynchronizationContext or TaskScheduler for controlling the scheduling of asynchronous operations.
AsyncContextExtensionsclassProvides extension methods for comparing [AsyncContext](# instances with the current async context.
AsyncContextSwitcherAwaitablestructProvides an awaitable that switches execution to a specified asynchronous context, optionally forcing a yield and supporting cancellation.
ContextSwitchSignalAsyncclassAn observable that switches the notification context of a source observable to a specified async context.
SignalAsyncReactiveExtensionsclassProvides extension methods for working with asynchronous observable sequences.