ReactiveUI.Primitives.Reactive.Advanced namespace¶
Part of the ReactiveUI.Primitives.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| ImmutableReturnRxVoidSignal | class | An allocation-free observable that emits a single value and then completes; the concrete singleton backing for the RxVoid emit path. |
| ReturnSignal | class | An observable that emits a single value then completes on the supplied scheduler; the concrete backing for the scheduled emit path. |
| SignalSubscription | class | Shared subscription routing for signal implementations. |
| SparkWitness | class | Sink that materializes notifications into [Spark](# values. |
| TimeIntervalWitness | class | Sink that annotates each value with the elapsed interval since the previous value. |
| UnsparkWitness | class | Sink that dematerializes [Spark](# values into notifications. |