Search Queue

Gabriel Genellina gagsl-py at yahoo.com.ar
Tue Jan 16 12:07:17 EST 2007


"abcd" <codecraig at gmail.com> escribió en el mensaje 
news:1168964356.125262.45110 at v45g2000cwv.googlegroups.com...

> Yea basically I need Queue like functionality with the ability to
> search for a particular instance in it.  I guess I could just use a
> list and search it as needed.

Perhaps the Queue class should be called ThreadQueue, or be contained in the 
threading module, or something like that. The current name is misleading.

-- 
Gabriel Genellina





More information about the Python-list mailing list