GitHub - arun11299/How-not-to-async-rs: Develop an async runtime like thing in Rust for educational purpose.
How-not-to-async-rs
Develop an async runtime like thing in Rust for educational purpose.
What this is not
This is not going to be a blog post explaining how things are working. Just dive into the code and hope comments are enough :)
There are many bugs and incorrect design decisions. Some happened accidently and some are created knowingly. Not a lot of effort and time was given for this. A lot of code is taken and modified from the futures crate (incl futures-task, futures-executor etc).
Have no...
Read more at github.com