ReactiveUI.Primitives.Reactive.Signals namespace¶
Part of the ReactiveUI.Primitives.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| PrioritySemaphoreSignal | class | A signal that limits forwarded values with priority-based semaphore semantics. |
| ReplaySignal | class | A signal that replays buffered values to new subscribers. |
| ScheduledSignal | class | A signal which emits items using the specified scheduler. |
| Signal | class | Factory surface for the multicast subject signals, for callers who prefer a factory over the concrete constructors. |
| SignalExtensions | class | Error-recovery extension operators. |
| StateSignalExtensions | class | State projection helpers. |
| TaskSignal | class | Provides factory methods for creating task-backed signals. |