Trees | Indices | Help |
---|
|
Queue.Queue --+ | Normalize
Provide a channel that normalizes messages. Try to model it like a Queue.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
param ttl: number of seconds that a message fragment can live
|
Put an item into the queue. If optional args 'block' is true and 'timeout' is None (the default), block if necessary until a free slot is available. If 'timeout' is a positive number, it blocks at most 'timeout' seconds and raises the Full exception if no free slot was available within that time. Otherwise ('block' is false), put an item on the queue if a free slot is immediately available, else raise the Full exception ('timeout' is ignored in that case).
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Feb 9 07:33:16 2008 | http://epydoc.sourceforge.net |