.NET 4.0 and System.Collections.Concurrent.ConcurrentQueue(www.codethinked.com)
submitted by
pitadev_aj(300) 2 years ago
The ConcurrentQueue is a simple (in use, not in construction!) and yet very powerful addition to your parallel programming toolset. If you need thread-safe FIFO operations, then you can throw your locks away and start using the ConcurrentQueue today.
|category: CLR
|Views: 276
tags:
CLR another
Everyones tags:
Your Tags: