|
seq
2.0.0
|
Public Member Functions | |
| def | __init__ (self, server, master) |
| def | run (self) |
| def | finish (self) |
Public Attributes | |
| signals | |
| server | |
| sub | |
| control_flag | |
Worker thread.
Inherits from QRunnable to handler worker thread setup, signals and wrap-up.
:param callback: The function callback to run on this worker thread. Supplied args and kwargs will be passed through to the runner. :type callback: function :param args: Arguments to pass to the callback function :param kwargs: Keywords to pass to the callback function
| def redthread.Worker.__init__ | ( | self, | |
| server, | |||
| master | |||
| ) |
| def redthread.Worker.finish | ( | self | ) |
| def redthread.Worker.run | ( | self | ) |
| redthread.Worker.control_flag |
| redthread.Worker.server |
| redthread.Worker.signals |
| redthread.Worker.sub |