ReactiveUI.Primitives.Reactive.Concurrency namespace¶
Part of the ReactiveUI.Primitives.Avalonia.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| AvaloniaScheduler | class | Avalonia UI-thread scheduler that coalesces scheduled work onto a dispatcher drain. |
| CoalescingDispatchScheduler | class | Base [IScheduler](# for UI-thread dispatchers that coalesces dispatcher posts: immediate work is queued and drained one batch per post. A sealed platform scheduler supplies its dispatcher [Post](# (and optionally a native delayed path via [ScheduleOnDispatcher](# |