Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 234 Bytes

AsyncProducerConsumerQueue.md

File metadata and controls

3 lines (2 loc) · 234 Bytes

Overview

An AsyncProducerConsumerQueue is a queue of items that provides async-compatible Enqueue and Dequeue operations. AsyncCollection is more flexible than this type, but it is also more complex.