Skip to content

BlockingQueue

Rico Suter edited this page Jun 6, 2015 · 2 revisions
  • Package: MyToolkit
  • Platforms: All (PCL)

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.

Clone this wiki locally