|
Uranium
Application Framework
|
Public Member Functions | |
| def | __init__ |
| def | add |
| def | remove |
| def | getInstance (cls, args, kwargs) |
Static Public Attributes | |
| tuple | jobStarted = Signal() |
| tuple | jobFinished = Signal() |
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