Thread Safe Generic Queue Class [Technical Blog]
Posted: 11 Aug 2009
Updated: 11 Aug 2009
Views: 23,119
Rating: 4.86/5
Votes: 9
Popularity: 4.62
Licence: The Code Project Open License (CPOL)
Bookmarked: 28
Downloaded: 0
I've been doing a lot of mult-threading work, recently, using the standard Thead class, the Worker Queue, and the new PLINQ (Parallel LINQ). The problem with most of the built-in generic collections (Queue, List, Dictionary, etc), is that they are not thread safe.I created a library of