《C#并行编程高级教程》第4章 并发集合 笔记
这一章主要介绍了System.Collections.Concurrent下的几个类。 ConcurrentQueue<T> 并发队列。完全无锁,使用CAS(compare- ...
这一章主要介绍了System.Collections.Concurrent下的几个类。 ConcurrentQueue<T> 并发队列。完全无锁,使用CAS(compare- ...