Punchclock.Reactive namespace¶
Part of the Punchclock.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| OperationQueue | class | OperationQueue 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. |
| OperationQueueExtensions | class | Extension methods associated with the [OperationQueue](# Provides convenient Task-based overloads for enqueueing operations. |