1 2 3 4 5 6
use team::runtime::task::future::print_test; fn main() { println!("------- ex main -------"); print_test(); }