[−][src]Type Definition riker::actor::BoxActorProd
type BoxActorProd<Msg> = Arc<Mutex<ActorProducer<Actor = BoxActor<Msg>>>>;
A Clone
, Send
and Sync
ActorProducer
type BoxActorProd<Msg> = Arc<Mutex<ActorProducer<Actor = BoxActor<Msg>>>>;
A Clone
, Send
and Sync
ActorProducer