Expand description
Actors registry
An Actor can register itself as a service. A Service can be defined as an
ArbiterService, which is unique per arbiter, or a SystemService, which
is unique per system.
Structs§
- Actors registry
 - System wide actors registry
 
Traits§
- Trait defines arbiter’s service.
 - Trait defines system’s service.