1 2 3 4 5 6 7
use arrows::send; use arrows::Addr; use arrows::Msg; fn main() { let _rs = send!(Addr::listen_addr(), Msg::shutdown()); }