Function riker_patterns::ask::ask[][src]

pub fn ask<Msg, Ctx, T>(
    ctx: &Ctx,
    receiver: &T,
    msg: Msg
) -> Box<Future<Item = Msg, Error = Canceled> + Send> where
    Msg: Message,
    Ctx: TmpActorRefFactory<Msg = Msg> + ExecutionContext,
    T: Tell<Msg = Msg>,