Skip to content

Releases: slawlor/ractor

v0.1.0

07 Jan 04:17
4609b2e
Compare
Choose a tag to compare

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

  1. Thread-safe processing actors
  2. Supervision
  3. Panic capture & handling via supervisors
  4. Erlang-style timers
  5. Remote procedure calls (rpcs)

And much more! See the documentation for details