Available on crate features
runtime-tokio
or runtime-async-std
only.Expand description
Registry
provides a way to get addresses of singleton-like addresses
by automatically managing their lifetime under the hood.
This module is awailable only when messages
is build with one of the supported
runtime features enabled, as it needs to spawn actors.
Structs§
- Registry
Registry
is an manager object providing access to the addresses ofActor
s that implementService
trait.