Table of Contents
A thread-safe queue that supports timeouts
__init__ ( self, max=0 )
wait ( self, timeout )
Wait until the queue isn't empty. Raises TimedOut if still empty.