No description
Find a file
Zachery Aaron Shores-Chmielewski 4edca69d7c feat: rewrite
Did not like the requirement of a tokio runtime and async/await. Rewrote
to use lock free queues (`crossbeam_queue::ArrayQueue`) as the basic
primitive to enable a runtime consisting of many psuedo-processes that
can pass messages to each other.
2026-01-23 11:56:32 +07:00
examples feat: rewrite 2026-01-23 11:56:32 +07:00
src feat: rewrite 2026-01-23 11:56:32 +07:00
.gitignore init 2025-11-24 19:39:17 -05:00
Cargo.lock feat: rewrite 2026-01-23 11:56:32 +07:00
Cargo.toml feat: rewrite 2026-01-23 11:56:32 +07:00
DESIGN.md feat: rewrite 2026-01-23 11:56:32 +07:00
README.md feat: types for request/response handling 2025-11-25 20:51:13 -05:00

swactor

Small wasm-compatible actor library