//! Concurrency With Async //! //! Similar to working with threads. use std::time::Duration; fn main() { println!("Hello, world!"); }