Trees | Indices | Help |
---|
|
Synchronized call queue with indexed search.
|
|||
|
|||
|
|||
call
|
|
||
call
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|
|||
Condition |
__condition A condition used to synchronize the queue. |
||
dict |
__dict Provides indexed access. |
||
list |
__list Provides fifo functionality. |
|
Put a call and retval in the queue. Signals threads waiting on the condition using get() or find().
|
Read the next available call.
|
Find a call result by ID.
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 2 09:10:29 2013 | http://epydoc.sourceforge.net |