Expand description
Business message dispatch layer
ActrDispatch is the core struct of the new actr-runtime, responsible for:
- ACL permission checking
- Route key -> Workload handler static dispatch
- Handler panic capture and reporting
- Lifecycle hook delegation (on_start / on_stop)
This module contains no IO, network, or transport logic, and can be compiled and run on both native and wasm32 targets.
Structs§
- Actr
Dispatch - Pure business dispatcher