事件循环框架

This commit is contained in:
2026-04-01 16:08:01 +08:00
parent 90a25fb120
commit 196dab9bb3
11 changed files with 119 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ int main(void) {
runtime_t runtime = {0};
bootstrap(&runtime);
runtime_run(&runtime);
runtime_shutdown(&runtime);
return 0;