3083 Views
In response to the previous article ( Introduction to Channels in C#), I've received several questions from folks who have been using ConcurrentQueue (or another type from Collections.Concurrent). These questions boil down to: What's the difference between Channel and ConcurrentQueue ? Short answer: Specialization and optimization.
0 comments