Skip to main content

Crate mm1

Crate mm1 

Source

Re-exports§

pub use mm1_runnable as runnable;

Modules§

address
Addresses, masks, subnets.
ask
The ask pattern: send a request and await a typed response.
common
Cross-cutting utilities: error handling, logging, future adapters, serde helpers, and metrics.
core
The API to implement actors.
multinode
Multi-node messaging: connect nodes and route messages between them.
proto
Protocols. Actors interact by communication.
runtime
The node runtime: build a node from config and run actors on it.
server
Server — a standard way to implement a long-living actor that handles inbound messages.
sup
Supervisors — the actors that manage other actors.
timer
Timers: schedule messages to be delivered later.