BlockingCollection and IProducerConsumerCollection
Posted on 2/8/2010 11:12:56 AM by Justin Etheredge In .NET 4.0 there is a new namespace on the block, and it is called System.Collections.Concurrent. In this namespace you will find a pretty decent number of goodies that will help you to more easily write application which can leverage multiple threads without having to resort to manual locking. We looked previously at the ConcurrentBag, ConcurrentStack, and ConcurrentQueue. Well, I have two ...
No comments yet, be the first one to post comment.