Expand description
meio
- is the lightweight asynchronous actor framework for Rust.
It extends tokio
runtime to bring actor benefits to it.
The framework is designed for business applications where developers need a flexible code base and pluggable actors.
It also has a fast runtime that calls async methods of plain structs in an isolated asynchronous task.
Modulesยง
- handlers
- Handler traits for incoming messages.
- ids
- Typed and generic id types.
- linkage
- Contains modules of different ways to communicate with
Actor
s. - prelude
- Meio prelude module.
- signal
- Module contains stream to connect signals to actors.
- system
- This module contains
System
actor. - tasks
- Contains ready-to-use tasks.
- thread
- Special module to run a supervisor in a separate thread.