scheduler starts

This commit is contained in:
2026-02-10 08:12:42 -06:00
parent c4ff0bc109
commit 60e61eef76
3 changed files with 83 additions and 15 deletions

View File

@@ -81,6 +81,7 @@ int actor_interrupt_cb(JSRuntime *rt, cell_rt *crt);
void actor_loop();
void actor_initialize(void);
void actor_free(cell_rt *actor);
int scheduler_actor_count(void);
uint64_t cell_ns();
void cell_sleep(double seconds);