Uranium
Application Framework
|
This is the complete list of members for UM.JobQueue.JobQueue, including all inherited members.
__init__(self, Union[str, int] thread_count="auto") | UM.JobQueue.JobQueue | |
_jobs (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | protected |
_jobs_lock (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | protected |
_nextJob(self) | UM.JobQueue.JobQueue | protected |
_semaphore (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | protected |
_threads (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | protected |
add(self, "Job" job) | UM.JobQueue.JobQueue | |
getInstance(cls, *args, **kwargs) (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | |
jobFinished (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | static |
jobStarted (defined in UM.JobQueue.JobQueue) | UM.JobQueue.JobQueue | static |
remove(self, "Job" job) | UM.JobQueue.JobQueue |