No description
Find a file
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
examples feat(WIP): refactor router execution 2026-01-25 12:54:01 +07:00
src feat(WIP): refactor router execution 2026-01-25 12:54:01 +07:00
tests feat(WIP): refactor router execution 2026-01-25 12:54:01 +07:00
.gitignore init 2025-11-24 19:39:17 -05:00
Cargo.lock feat: rewrite (#1) 2026-01-23 05:00:57 +00:00
Cargo.toml feat: rewrite (#1) 2026-01-23 05:00:57 +00:00
DESIGN.md feat(WIP): runtime/router refactor 2026-01-25 11:45:34 +07:00
README.md feat: types for request/response handling 2025-11-25 20:51:13 -05:00

swactor

Small wasm-compatible actor library