[][src]Macro herbert::spawn_actor

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

A wrapper for executing a RouterCtl::Spawn request on a Router.

Creates a RouterCtl::Spawn request, sends it to the router, and recieves the router's response.