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¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [MauiDispatcherSequencer](# class. |
Properties¶
| Name | Summary |
|---|---|
| Dispatcher | Gets the dispatcher used to marshal work to the UI thread. |
| Now | Gets the scheduler's notion of current time. |
| Timestamp | Gets the sequencer's monotonic timestamp. |
Methods¶
| Name | Summary |
|---|---|
| Schedule | Schedules a work item for execution as soon as possible. |