Multithreading The following classes help with distributing work over several instances, providing wrapping for starting, joining, collecting results, and catching Exceptions. More...
Public Member Functions | |
def | __init__ |
def | run |
Public Attributes | |
index | |
outlist | |
worker |
Multithreading The following classes help with distributing work over several instances, providing wrapping for starting, joining, collecting results, and catching Exceptions.
Also they provide support for running groups of threads sequentially, for the case that some library is not thread-safe.
def common.WorkerThread.__init__ | ( | self, | |
worker, | |||
outlist, | |||
index | |||
) |
def common.WorkerThread.run | ( | self | ) |