.net 4.0 同步集合類 System.Collections.Concurrent
.net 4.0 位于System.Collections.Concurrent 命名空間下增加了一些同步的集合類
顧名思義就是線程安全的集合類
他包括ConcurrentStack, ConcurrentQueue, and ConcurrentBag等
1.內部使用InterLocked實現同步功能
2.在使用foreach 遍歷這些集合的時候(GetEnumerator) ,這些集合內部會創建一個快照返回回來
3.讀取Count屬性的時候操作會實時返回
4.支持泛型
浙公網安備 33010602011771號