ReactiveUI.Primitives.Concurrency namespace¶
Part of the ReactiveUI.Primitives.Core package.
| Type | Kind | Summary |
|---|---|---|
| IScheduledItem | interface | Represents a work item that has been scheduled. |
| IStopwatch | interface | Abstraction for a stopwatch to compute time relative to a starting point. |
| IStopwatchProvider | interface | Provider for [IStopwatch](# objects. |
| IWorkItem | interface | Represents a scheduled unit of work. |
| ScheduledItem | class | Provides the base implementation for a scheduled unit of work that is ordered by an absolute due time. |
| SequencerQueue | class | Efficient scheduler queue that maintains scheduled items sorted by absolute time. |