Crate meio[][src]

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

Handler traits for incoming messages.

Typed and generic id types.

Contains modules of different ways to communicate with Actors.

Meio prelude module.

Module contains stream to connect signals to actors.

This module contains System actor.

Contains ready-to-use tasks.

Special module to run a supervisor in a separate thread.