ReactiveUI.Internal namespace¶
Part of the ReactiveUI.Core package.
| Type | Kind | Summary |
|---|---|---|
| StartWithObservable | class | Emits a seed value on subscribe and then forwards the source — a fused replacement for StartWith(value) with no intermediate operator subscription. |
| TaskObservable | class | Bridges a Task to an observable: emits the task's result and completes, or forwards its fault / cancellation as an error. Replaces task.ToObservable() for internal use. |