acto 0.8.0

light-weight Actor library for Rust
Documentation
1
2
3
4
5
6
7
# Acto

Minimal actor library for Rust, including opt-in parental supervision.
While it is runtime-agnostic, built-in support is only provided for Tokio (using the `tokio` crate
feature).

Check out the documentation for `AcTokio` and `ActoCell` for usage examples.