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