Additional bugfixes
This commit is contained in:
@@ -23,5 +23,5 @@ def get_executor() -> ThreadPoolExecutor:
|
||||
def shutdown_executor() -> None:
|
||||
global _executor
|
||||
if _executor is not None:
|
||||
_executor.shutdown(wait=False)
|
||||
_executor.shutdown(wait=True)
|
||||
_executor = None
|
||||
|
||||
Reference in New Issue
Block a user