| 12345678910111213141516171819202122 |
- 2010-06-03 Jérémie Laval <[email protected]>
- * ConcurrentBag.cs: Add a add hint cache for faster steal retrieval.
- Initialize lazily the underlying CyclicDeque.
- 2010-04-15 Jérémie Laval <[email protected]>
- * BlockingCollection.cs:
- * ConcurrentBag.cs: Add BOOTSTRAP_NET_4_0
- 2009-12-03 Marek Safar <[email protected]>
- * BlockingCollection.cs, ConcurrentBag.cs: Updated to Beta 2 API.
- 2009-08-19 Jérémie Laval <[email protected]>
- * BlockingCollection.cs: Rewrite to use a transaction id
- based approach. Ported to 4.0 API. Fix GetConsumingEnumerable.
- 2009-08-11 Jérémie Laval <[email protected]>
- * BlockingCollection.cs: New addition.
|