Thread classes¶
-
class
pymeasure.display.thread.
StoppableQThread
(*args: Any, **kwargs: Any)¶ Bases:
pyqtgraph.Qt.QtCore.
Base class for QThreads which require the ability to be stopped by a thread-safe method call
-
join
(timeout=0)¶ Joins the current thread and forces it to stop after the timeout if necessary
- Parameters
timeout – Timeout duration in seconds
-