[][src]Macro herbert::send_actor

macro_rules! send_actor {
    ($r:ident, $i:expr, $v:expr) => { ... };
}

A wrapper for sending a message to an actor through a Router.

This constructs a new RouterRequest and sends it to the router. It returns the Result value of the send operation on the Router's requests channel.