Skip to main contentCrate mm1
Source pub use mm1_runnable as runnable;
- 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.