ThreadPool

Inheritance diagram of ThreadPool
class ThreadPool(name=None, parent=None, Psize=20, Qsize=20, daemons=True, worker_cls=None)[source]

Import from taurus.core.util.threadpool as:

from taurus.core.util.threadpool import ThreadPool
NoJob = (None, None, None, None, None, None)
add(job, callback=None, *args, **kw)[source]
getNumOfBusyWorkers()[source]

Get the number of workers that are in busy mode.

join()[source]
property qsize
property size

number of threads