System.Collections.Concurrent 名前空間
System.Collections.Concurrent 名前空間には、ConcurrentDictionary 以外にもスレッドセーフで、便利なクラスが存在します。
- BlockingCollection<T>
- ConcurrentBag<T>
- ConcurrentDictionary<TKey, TValue>
- ConcurrentQueue<T>
- ConcurrentStack<T>
- OrderablePartitioner<TSource>
- Partitioner
- Partitioner<TSource>
検証しないといけないですね。