Is there a comprehensive list of all new concurrent data structures added in .net 4? Or perhaps the list of namespaces like System.Collections.Concurrent?
|
feedback
|
|
http://msdn.microsoft.com/en-us/library/dd460718.aspx This is a complete lists for new data structures for parallel programming, that includes:
| |||
|
feedback
|
|
I believe it is just the collections found in System.Collections.Concurrent. | |||
|
feedback
|
System.Collections.ConcurrentandSystem.Threading.Tasks. – Jim Mischel Mar 9 '11 at 16:44