ChangeLog 693 B

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