Commit graph

5 commits

Author SHA1 Message Date
Zachery Aaron Shores-Chmielewski
c62b20c732 feat(WIP): refactor router execution
In single threaded contexts, the Router now is treated as yet another actor
on the queue. In multithreaded contexts, it gets its own dedicated thread.
2026-01-25 12:54:01 +07:00
Zachery Aaron Shores-Chmielewski
2f91c7d1bd feat(WIP): runtime/router refactor
Simplify the implementation of the multithreaded runtime and router.
2026-01-25 11:45:34 +07:00
Zachery Aaron Shores-Chmielewski
d504377ba9 feat(WIP): multithreaded runtime
Basic framework for a multithreaded runtime has been put in place. Needs
plenty of fixes to keep the logic straightforward and performant.
2026-01-25 10:39:44 +07:00
Zachery Aaron Shores-Chmielewski
2450442566 feat: refactor: split out components into modules 2026-01-23 14:09:31 +07:00
Zachery Aaron Shores-Chmielewski
a9f7abba25 feat: mvp actor ring test 2026-01-23 13:48:26 +07:00