diff --git a/pympipool/shared/executorbase.py b/pympipool/shared/executorbase.py index 602475a4..00f974c3 100644 --- a/pympipool/shared/executorbase.py +++ b/pympipool/shared/executorbase.py @@ -90,10 +90,6 @@ def __del__(self): except (AttributeError, RuntimeError): pass - def _set_process(self, process: RaisingThread): - self._process = process - self._process.start() - class ExecutorBroker(ExecutorBase): def shutdown(self, wait: bool = True, *, cancel_futures: bool = False):