No description
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. |
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| DESIGN.md | ||
| README.md | ||
swactor
Small wasm-compatible actor library