CRB
The composable runtime everything is built on.
CRB is a framework for assembling concurrent systems from typed, actor-like building blocks. It is the substrate NOR and HUG are constructed on: supervised components, message passing, and lifecycles that compose instead of fighting each other.
- Actor-style components with typed messages
- Supervision and predictable lifecycles
- Large systems assembled from small, testable blocks