6
shouts

BlockingCollection and IProducerConsumerCollection

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 39 days, 1 hour, 24 minutes ago
Monday, February 08, 2010 4:16:55 PM GMT

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 ...

category: Foundation | clicked: 2 | | source: www.codethinked.com | show counter code
tags: C#, Parallel Programming