.net 4.0 同步集合类 System.Collections.Concurrent
摘要:
.net 4.0 位于System.Collections.Concurrent 命名空间下增加了一些同步的集合类顾名思义就是线程安全的集合类他包括ConcurrentStack, ConcurrentQueue, and ConcurrentBag等1.内部使用InterLocked实现同步功能2.在使用foreach 遍历这些集合的时候(GetEnumerator) ,这些集合内部会创建一个快... 阅读全文
posted @ 2010-12-02 17:27 听说读写 阅读(593) 评论(0) 推荐(0) 编辑