Skip to content

ReactiveUI.Primitives.Concurrency namespace

Part of the ReactiveUI.Primitives.Core package.

TypeKindSummary
IScheduledIteminterfaceRepresents a work item that has been scheduled.
IStopwatchinterfaceAbstraction for a stopwatch to compute time relative to a starting point.
IStopwatchProviderinterfaceProvider for [IStopwatch](# objects.
IWorkIteminterfaceRepresents a scheduled unit of work.
ScheduledItemclassProvides the base implementation for a scheduled unit of work that is ordered by an absolute due time.
SequencerQueueclassEfficient scheduler queue that maintains scheduled items sorted by absolute time.