Trees | Indices | Help |
|
---|
|
object --+ | ProcessQueue
Ansynchronously run processes. Processes are queued up and run in a FIFO order. Processes are run in concurrently up to the configured amount.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
initialize the process queue; process in queue will not executed until start is called.
|
add a process to the queue. args are similar to reactor.spawnProcess
|
stops the process queue; no more processes will be accepted. deferred will be called back when process queue is empty |
start processing the queue. Processes will only be executed when the reactor starts |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:34 2011 | http://epydoc.sourceforge.net |