Function ractor::registry::where_is

source ·
pub fn where_is(name: ActorName) -> Option<ActorCell>
Expand description

Try and retrieve an actor from the registry

  • name - The name of the ActorCell to try and retrieve

Returns: Some(actor) on successful identification of an actor, None if actor not registered