Structs§
- Actor
Registry - Registry for storing actors.
Functions§
- actor_
count - Returns the number of registered actors.
- actor_
exists - Checks if an actor with the
id
exists in the registry. - get_
actor - get_
actor_ registry - get_
actor_ unchecked - Returns a mutable reference to the registered actor of type
T
for theid
. - register_
actor - Registers an actor.
- try_
get_ actor_ unchecked - Safely attempts to get a mutable reference to the registered actor.