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 11, 2024
1 parent bdbb66c commit 2c26c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mango/util/scheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,3 +879,5 @@ def shutdown(self):
event[1].set()
for task, _, _, _ in self._scheduled_tasks:
task.close()
if self._process_pool_exec is not None:
self._process_pool_exec.shutdown()

0 comments on commit 2c26c2e

Please sign in to comment.