ReactiveUI.Primitives.Async namespace¶
Part of the ReactiveUI.Primitives.Async.Core package.
| Type | Kind | Summary |
|---|---|---|
| ChainEnumerableSignal | class | Represents an asynchronous observable sequence that concatenates multiple asynchronous observables, emitting their elements in order as each completes. |
| ChainSignalSourcesSignal | class | Async observable that concatenates inner observable sequences emitted by an outer observable, subscribing to each inner sequence only after the previous one completes. |
| CompletionSignalDelegate | delegate | Represents a method that subscribes to completion notifications and returns an asynchronous disposable used to unsubscribe. |
| ConcurrentWitnessCallsException | class | The exception that is thrown when multiple concurrent calls are made to observer methods that do not support concurrent execution. |
| ConnectableSignalAsync | class | Represents an asynchronous observable sequence that can be connected to a data source, allowing control over when the subscription to the underlying resource is established. |
| DisposableAsyncExtensions | class | Provides extension methods for converting synchronous disposable objects to asynchronous disposables. |
| GroupedAsyncSignal | class | Represents an asynchronous observable sequence that is grouped by a specified key. |
| IObservableAsync | interface | Represents a provider for asynchronous push-based notifications that supports asynchronous subscription and disposal. |
| IObserverAsync | interface | Defines an asynchronous observer that receives notifications about a sequence of values, completion, or errors, and supports asynchronous resource cleanup. |
| OptionalExtensions | class | Provides extension methods for working with the Optional type. |
| SignalAsync | class | Provides factory methods for creating and composing asynchronous observable sequences. |
| SignalAsyncExtensions | class | Provides extension methods for working with asynchronous observers. |
| SignalExtensions | class | Provides extension methods for working with signals in a reactive programming context. |
| SwitchToSignal | class | Async observable that switches to the most recently emitted inner observable sequence, unsubscribing from the previous inner sequence each time a new one arrives. |
| TakeUntilOptions | record | Provides configuration options for controlling the behavior of the TakeUntil operator. |
| UnhandledExceptionHandler | class | Provides a mechanism for registering a global handler to process unhandled exceptions that occur during application execution. |
| WitnessAsync | class | Represents an asynchronous observer that processes notifications of type T using asynchronous methods. |