Skip to content

Punchclock.Reactive namespace

Part of the Punchclock.Reactive package.

TypeKindSummary
OperationQueueclassOperationQueue is the core of PunchClock, and represents a scheduler for deferred actions, such as network requests. This scheduler supports scheduling via priorities, as well as serializing requests that access the same data.
OperationQueueExtensionsclassExtension methods associated with the [OperationQueue](# Provides convenient Task-based overloads for enqueueing operations.