quiesence exit

This commit is contained in:
2026-02-11 11:50:29 -06:00
parent da6f096a56
commit 2c55ae8cb2
4 changed files with 108 additions and 18 deletions

View File

@@ -460,6 +460,7 @@ int cell_init(int argc, char **argv)
}
if (scheduler_actor_count() > 0) {
scheduler_enable_quiescence();
actor_loop();
exit_handler();
exit(0);