Skip to content

ReactiveUI.Primitives.Reactive.Signals namespace

Part of the ReactiveUI.Primitives.Reactive package.

TypeKindSummary
PrioritySemaphoreSignalclassA signal that limits forwarded values with priority-based semaphore semantics.
ReplaySignalclassA signal that replays buffered values to new subscribers.
ScheduledSignalclassA signal which emits items using the specified scheduler.
SignalclassFactory surface for the multicast subject signals, for callers who prefer a factory over the concrete constructors.
SignalExtensionsclassError-recovery extension operators.
StateSignalExtensionsclassState projection helpers.
TaskSignalclassProvides factory methods for creating task-backed signals.