Class t.p.t.TimeoutQueue(Queue.Queue):

Part of twisted.python.timeoutqueue View Source View In Hierarchy

A thread-safe queue that supports timeouts
Method __init__ Undocumented
Method wait Wait until the queue isn't empty. Raises TimedOut if still empty.
def __init__(self, max=0): (source)
Undocumented
def wait(self, timeout): (source)
Wait until the queue isn't empty. Raises TimedOut if still empty.
API Documentation for twisted, generated by pydoctor.