Skip to content

MauiDispatcherSequencer class

Defined in

Namespace: ReactiveUI.Primitives.Reactive.Concurrency Assembly: ReactiveUI.Primitives.Maui.Reactive.dll Full name: ReactiveUI.Primitives.Reactive.Concurrency.MauiDispatcherSequencer Modifiers: public sealed

Summary

View source

MAUI dispatcher scheduler that coalesces scheduled work through an IDispatcher.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, netstandard2.1

Class hierarchy
classDiagram
class MauiDispatcherSequencer
class CoalescingDispatchScheduler
CoalescingDispatchScheduler <|-- MauiDispatcherSequencer

Inherits from: CoalescingDispatchScheduler

Constructors

NameSummary
.ctorInitializes a new instance of the [MauiDispatcherSequencer](# class.

Properties

NameSummary
DispatcherGets the dispatcher used to marshal work to the UI thread.

Methods

NameSummary
PostPosts the cached drain callback to the platform dispatcher.
ScheduleOnDispatcherRuns work on the dispatcher after dueTime. The default marshals the wait onto the shared timer, then re-queues the work onto the dispatcher when it is due. Platforms with a native UI-thread...
Inherited members

See also