The implementation of IWorkItemDispatcher that queues the work item to the thread pool. This is the implementation used when the service provider of the backend supplies no other one.
Implements
Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed class ThreadPoolWorkItemDispatcher : IWorkItemDispatcherProperties
| Name | Description |
|---|---|
| Instance | Gets the single instance of the ThreadPoolWorkItemDispatcher class. |
Methods
| Name | Description |
|---|---|
| Dispatch(WaitCallback, object?, bool) | Queues a work item. |