码迷,mamicode.com
首页 > 其他好文 > 详细

Parallel Programming-Concurrent Collections

时间:2015-11-12 23:27:38      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:

备忘:asp.net平台下线程安全集合类。

 

 ClassDescription
技术分享 BlockingCollection<T>

Provides blocking and bounding capabilities for thread-safe collections that implement IProducerConsumerCollection<T>.

技术分享 ConcurrentBag<T>

Represents a thread-safe, unordered collection of objects.

技术分享 ConcurrentDictionary<TKey, TValue>

Represents a thread-safe collection of key/value pairs that can be accessed by multiple threads concurrently.

技术分享 ConcurrentQueue<T>

Represents a thread-safe first in-first out (FIFO) collection.

技术分享 ConcurrentStack<T>

Represents a thread-safe last in-first out (LIFO) collection.

技术分享 OrderablePartitioner<TSource>

Represents a particular manner of splitting an orderable data source into multiple partitions.

技术分享 Partitioner

Provides common partitioning strategies for arrays, lists, and enumerables.

技术分享 Partitioner<TSource>

Represents a particular manner of splitting a data source into multiple partitions.

Parallel Programming-Concurrent Collections

标签:

原文地址:http://www.cnblogs.com/kmpp/p/Parallel_Programming_Concurrent_Collections.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!