send_msg!() { /* proc-macro */ }
Send a message to an actor
actor_system
address
message
use xan_actor::send_msg; send_msg!( &mut actor_system, "test-actor".to_string(), &"test".to_string() );