A simple async executor. It requires Rust >= 1.39.
To build it:
rustc --edition=2018 async.rs
See the article: https://jblog.andbit.net/2019/11/10/rust-async-execution/
A simple async executor. It requires Rust >= 1.39.
To build it:
rustc --edition=2018 async.rs
See the article: https://jblog.andbit.net/2019/11/10/rust-async-execution/