[][src]Function riker::actor::channel

pub fn channel<Msg>(
    name: &str,
    fact: &impl ActorRefFactory
) -> Result<ChannelRef<Msg>, CreateError> where
    Msg: Message