No description
Find a file
Zachery Aaron Shores-Chmielewski 98a2733173 feat: multithreaded runtime
Runtime is now configurable. Adds a tunable config for modifying the
size of pre-allocations for actor messaging channels, and for selecting
the number of threads the runtime will use.
2026-01-25 20:31:34 +07:00
examples feat: multithreaded runtime 2026-01-25 20:31:34 +07:00
src feat: multithreaded runtime 2026-01-25 20:31:34 +07:00
tests feat: multithreaded runtime 2026-01-25 20:31:34 +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