Commit graph

4 commits

Author SHA1 Message Date
Zachery Aaron Shores-Chmielewski
831b208506 stash: rewrite wip
Added some scaffolding.
2026-01-22 20:21:55 +07:00
Zachery Aaron Shores-Chmielewski
08b241481f stash: rewrite wip
We have a basic ring buffer for dealing with concurrent message exchange. Currently
in the middle of reifying the traits, types and structs needed for the `hello.rs`
example of the simple `Hello, World!` greeter type actor.
2026-01-22 14:04:07 +07:00
Zachery Aaron Shores-Chmielewski
d6a0c38449 stash: rewrite
Added desgin doc and goals. Got a reference implementation that kimi spat out, looks
like something from hardware/embedded guys, which is a great sign.
2026-01-20 22:50:34 +07:00
Zachery Aaron Shores-Chmielewski
120ba0ec71 init
Skeletal actor framework. Somewhat unweildy, needs a message box, a better runtime, and different channels. However, hello world example works
2025-11-24 19:39:17 -05:00