toml
[dependencies]
executor = "0.0.2"
```rust use executor::Executor;
pub fn main() -> () { Executor::spawn(async { saynum(1); sleep(1000).await; saynum(2); sleep(1000).await; say_num(3); }); } ```
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in woke by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.