b1u3h4t / meio

Rust actors alternative to Erlang/OTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meio

Crates.io Released API docs

Async actor framework for Rust. The benefits:

  • Safe and reliable
  • Has lifecycle events: StartedBy, InterruptedBy, etc.
  • Oneshot actions
  • Interacions with results
  • Instant actions that deliver in high-priority
  • Streams can be attached to actors as actions
  • Support lite tasks with results
  • Sequence of termination for sub-actors and tasks
  • Scheluled actions
  • Signals (can listen for CtrlC)
  • tokio compatible
  • WASM compatible (in progress)

This framework strongly inspired by Erlang OTP and actix, but my goal was to make it more convenient and tight integrated with async capabilities of Rust.

This crate used by rillrate products.

About

Rust actors alternative to Erlang/OTP

License:Apache License 2.0


Languages

Language:Rust 100.0%