Uranium
Application Framework
UM.JobQueue.JobQueue Class Reference

Public Member Functions

def __init__
 
def add
 
def remove
 
def getInstance (cls, args, kwargs)
 

Static Public Attributes

tuple jobStarted = Signal()
 
tuple jobFinished = Signal()
 

Detailed Description

A thread pool and queue manager for Jobs.

The JobQueue class manages a queue of Job objects and a set of threads that
can take things from this queue to process them.
:sa Job

The documentation for this class was generated from the following file: