refactor: unify command shutdown ownership

This commit is contained in:
jxxghp
2026-08-24 13:11:10 +08:00
parent af9a141f34
commit 6e5617db51
4 changed files with 15 additions and 22 deletions
-7
View File
@@ -14,13 +14,6 @@ def init_command():
Command()
def stop_command():
"""
停止命令
"""
pass
def restart_command() -> Future:
"""
重建命令并返回完成信号。