File tree Expand file tree Collapse file tree
file_automation/utils/executor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ def __init__(self):
7979 "start_blocking_scheduler" : scheduler_manager .start_block_scheduler ,
8080 "start_nonblocking_scheduler" : scheduler_manager .start_nonblocking_scheduler ,
8181 "start_all_scheduler" : scheduler_manager .start_all_scheduler ,
82+ "shutdown_blocking_scheduler" : scheduler_manager .shutdown_blocking_scheduler ,
83+ "shutdown_nonblocking_scheduler" : scheduler_manager .shutdown_nonblocking_scheduler ,
8284 }
8385 # get all builtin function and add to event dict
8486 for function in getmembers (builtins , isbuiltin ):
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_file_dev"
9- version = " 0.0.14 "
9+ version = " 0.0.15 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
You can’t perform that action at this time.
0 commit comments