We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The class implements a thread safe blocking queue to use in a multi-threaded producer-consumer scenario.
Consider using the .NET Framework classes ConcurrentQueue or BlockingCollection.
ConcurrentQueue
BlockingCollection