Skip to content

Files

Latest commit

18490a6 · Dec 29, 2018

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.