Skip to content

Commit 09824b4

Browse files
committed
Add shutdown to executor
1 parent a9d0ccf commit 09824b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

je_load_density/utils/executor/action_executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def __init__(self):
3838
"start_blocking_scheduler": scheduler_manager.start_block_scheduler,
3939
"start_nonblocking_scheduler": scheduler_manager.start_nonblocking_scheduler,
4040
"start_all_scheduler": scheduler_manager.start_all_scheduler,
41+
"shutdown_blocking_scheduler": scheduler_manager.shutdown_blocking_scheduler,
42+
"shutdown_nonblocking_scheduler": scheduler_manager.shutdown_nonblocking_scheduler,
4143
}
4244
# get all builtin function and add to event dict
4345
for function in getmembers(builtins, isbuiltin):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_load_density_dev"
9-
version = "0.0.58"
9+
version = "0.0.59"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)