[][src]Trait riker::actor::TmpActorRefFactory

pub trait TmpActorRefFactory {
    fn tmp_actor_of<A>(
        &self,
        props: BoxActorProd<A>
    ) -> Result<ActorRef<A::Msg>, CreateError>
    where
        A: Actor
; }

Produces ActorRefs under the temp guardian actor.

Required methods

fn tmp_actor_of<A>(
    &self,
    props: BoxActorProd<A>
) -> Result<ActorRef<A::Msg>, CreateError> where
    A: Actor

Loading content...

Implementors

impl TmpActorRefFactory for ActorSystem[src]

Loading content...