feat(action): 重构 action 接口为函数指针表并实现 quit 和 raise_or_run

This commit is contained in:
2026-05-05 00:44:04 +08:00
parent d6512c531f
commit 70e2477649
9 changed files with 178 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ typedef struct runtime_init_desc_t {
binding_table_t *binding_table;
} runtime_init_desc_t;
typedef struct runtime_t {
typedef struct zdwm_runtime_t {
bool running;
bool will_restart;