This is supported 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 is an manager object providing access to the addresses of Actors that implement Service trait.

Traits

Extension of an Actor that can be managed by Registry.