RodTracker.backend.parallelism
TBD
- class Worker(func, *args, **kwargs)[source]
Bases:
QRunnableWrapper object for a function that shall be run in a thread other than the main thread.
- Parameters:
- func
Function to be run in a thread other than the main thread.
- Type:
callable
- class WorkerSignals[source]
Bases:
QObjectHelper object to provide
Workeraccess topyqtSignal.