[][src]Macro wascc_actor::actor_receive

macro_rules! actor_receive {
    ($user_handler:ident) => { ... };
}

Actor developers will use this macro to set up their central receive function