Skip to content

Commit

Permalink
Changing default to no wait shutdown of process pool_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg committed Mar 8, 2024
1 parent e377664 commit e01de8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mango/util/scheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,3 @@ def shutdown(self, wait=False):
event[1].set()
for task, _, _, _ in self._scheduled_tasks:
task.close()
if self._manager is not None:
self._manager.shutdown()
self._process_pool_exec.shutdown(wait=wait, cancel_futures=True)

0 comments on commit e01de8c

Please sign in to comment.