Releases: slawlor/ractor
Releases · slawlor/ractor
v0.1.0
Ractor v0.1.0 is now publicly available!
Ractor is a framework to build pure actor models (Erlang style actors) in Rust. Some things this library supports
- Thread-safe processing actors
- Supervision
- Panic capture & handling via supervisors
- Erlang-style timers
- Remote procedure calls (
rpcs
)
And much more! See the documentation for details