BoundedBuffer is unreleased, so can be removed. I want to remove it, as I believe it doesn't hold its weight. If you want a bounded buffer, our recommendation is to use BoundedFifoBuffer or CircularFifoBuffer. These are both optimised implementations for the fixed size.
Adding BoundedBuffer only serves to draw attention away from the 'correct' implementations that people should be using. Stephen --- Henri Yandell <[EMAIL PROTECTED]> wrote: > On 2/9/06, James Carman <[EMAIL PROTECTED]> > wrote: > > What would make BoundedBuffer more a 4.0 thing as > opposed to a 3.2 thing? > > Or were you saying that we should agree on the > contents for 4.0? > > Removing things from an API happened at major > version numbers rather > than minor ones I thought. > > Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
