v0.1.0
版本发布时间: 2023-01-07 12:17:29
slawlor/ractor最新发布版本:v0.12.0(2024-10-04 22:31:32)
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