首页 > 学院 > 开发设计 > 正文

ParallelProgramming-ConcurrentCollections

2019-11-14 13:46:37
字体:
来源:转载
供稿:网友

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

 

 ClassDescription
System_CAPS_pubclassBlockingCollection<T>

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

System_CAPS_pubclassConcurrentBag<T>

Represents a thread-safe, unordered collection of objects.

System_CAPS_pubclassConcurrentDictionary<TKey, TValue>

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

System_CAPS_pubclassConcurrentQueue<T>

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

System_CAPS_pubclassConcurrentStack<T>

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

System_CAPS_pubclassOrderablePartitioner<TSource>

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

System_CAPS_pubclassPartitioner

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

System_CAPS_pubclassPartitioner<TSource>

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表