uActor
Overview
The fastest and most modular actor system that doesn’t force you to pay for what you don’t need
Examples
Examples can be found here.
Features
- Simplified creation of a tokio actor topic oriented actor
- Minimum boilerplate code
- Support different tokio channels including
watch,broadcast,oneshot,mpsc. - Each actor is able to listen up to 30 channels.
- Include
tick(scheduler) inside ActorSelect
Other projects:
- Actix
- Ractor
- Tokactor
- tiny-tokio-actor
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in uActor by you, shall be licensed as MIT, without any additional terms or conditions.