Expand description
Minimalistic actor framework based on tokio, inspired by actix.
Aspartam tries to keep it simple and easy to use.
Messages are processed sequentially.
§Features
- Asynchronous actors
- Support for typed messages via dynamic dispatch
- Support for asynchronous message handlers, via async-trait
- Actor supervision