An AsyncCollection is an async-compatible wrapper around IProducerConsumerCollection collections such as ConcurrentQueue or ConcurrentBag.
This makes AsyncCollection an async near-equivalent of BlockingCollection, which is a blocking wrapper around IProducerConsumerCollection.