Function actor_channel

Source
pub fn actor_channel<Msg, Command>() -> (ActorRef<Msg, Command>, UnboundedReceiver<ActorMsg<Msg, Command>>)