23 releases
0.7.3 | Apr 6, 2025 |
---|---|
0.7.2 | Mar 16, 2025 |
0.7.1 | Jul 8, 2024 |
0.7.0 | Jan 19, 2024 |
0.1.0 | Feb 20, 2021 |
#447 in Concurrency
2,655 downloads per month
Used in 18 crates
(2 directly)
51KB
1K
SLoC
Runtime-agnostic actor library for Rust
Currently supports tokio
for execution.
Please refer to AcTokio
for example usage.
Actors combine well with sharing immutable snapshots, like futures-signals
.
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.
Dependencies
~0.7–7MB
~36K SLoC