- class Worker(fn, *args, **kwargs)¶
Bases:
autodeer.gui.tools.QtCore.QRunnable
Worker thread
Inherits from QRunnable to handler worker thread setup, signals and wrap-up.
- Parameters:
callback (function) – The function callback to run on this worker thread. Supplied args and kwargs will be passed through to the runner.
args – Arguments to pass to the callback function
kwargs – Keywords to pass to the callback function
- fn¶
- args¶
- kwargs¶
- signals¶
- run()¶
Initialise the runner function with passed args, kwargs.