Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003832.htmlName: Collections-ul.389
Ancestors: Collections-ul.388
- don't wake up all waiting processes when an item is added to SharedQueue2
- avoid double negation and an extra block creation by using #waitWhile: instead of #waitUntil:
- fixed SharedQueue2 >> #removeAll (items is not a stream)
=============================================