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§
- Registry
 - Actors registry
 - System
Registry  - System wide actors registry
 
Traits§
- Arbiter
Service  - Trait defines arbiter’s service.
 - System
Service  - Trait defines system’s service.