Parallel Programming in .Net 4.0: BlockingCollection<T>(lovethedot.net)
submitted by
Ragoczy(655) 3 years, 3 months ago
This article takes a look at BlockingCollection<T>, one of the new, threadsafe collections coming in .Net 4.0. BlockingCollection<T> allows different threads to add-to/iterate-over the collection simultaneously while giving subscribers the option of blocking until more items are available and publishers to block if too many items are already in the collection. read more...
|category: Other
|Views: 508
tags:
4.0 Parallel .Net another
Everyones tags:
Your Tags: