QueuedSynchronizer
Provides a framework for implementing asynchronous locks and related synchronization primitives that rely on first-in-first-out (FIFO) wait queues.
Cancels all suspended callers.
Releases all resources associated with this object.
Disposes this synchronization primitive gracefully.
Gets a list of suspended callers respecting their order in wait queue.
Sets caller information in DEBUG configuration.
Enables capturing information about suspended callers in DEBUG configuration.