Skip to content

MauiDispatcherSequencer class

Attributes: [DebuggerDisplay("{DebuggerDisplay,nq}")]

Defined in

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

Summary

View source

MAUI dispatcher sequencer that coalesces scheduled work through an IDispatcher.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net471

Class hierarchy
classDiagram
class MauiDispatcherSequencer
class ISequencer {
    <>
}
ISequencer <|.. MauiDispatcherSequencer

Implements: ISequencer

Constructors

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

Properties

NameSummary
DispatcherGets the dispatcher used to marshal work to the UI thread.
NowGets the scheduler's notion of current time.
TimestampGets the sequencer's monotonic timestamp.

Methods

NameSummary
ScheduleSchedules a work item for execution as soon as possible.
Inherited members

See also