Skip to content

BlazorRendererSequencer class

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

Defined in

Namespace: ReactiveUI.Primitives.Blazor.Concurrency Assembly: ReactiveUI.Primitives.Blazor.dll Full name: ReactiveUI.Primitives.Blazor.Concurrency.BlazorRendererSequencer Modifiers: public sealed

Summary

View source

Sequencer that coalesces scheduled work through a Blazor renderer dispatcher delegate.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471

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

Implements: ISequencer

Constructors

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

Properties

NameSummary
UnhandledExceptionHandlerGets or sets the handler for exceptions the renderer task surfaces after the drain is posted. When null, faults are rethrown on the thread pool instead of being lost as unobserved task...
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