Open sandboxFocus

Class ThreadPoolWorkItemDispatcher

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.

Inheritance
ThreadPoolWorkItemDispatcher
Implements
Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed class ThreadPoolWorkItemDispatcher : IWorkItemDispatcher

Properties

Name Description
Instance

Gets the single instance of the ThreadPoolWorkItemDispatcher class.

Methods

Name Description
Dispatch(WaitCallback, object?, bool)

Queues a work item.

Extension Methods