4 years after
after the release of Rust 1.0, it seems like Rust is now finally getting close
to getting support for async/await
- a language feature which aims to make it
easier to write programs in an asynchronous fashion (where multiple logical
tasks get multiplexed on a lower number of OS threads).
One of the last steps before the feature is stabilized is choosing the best possible syntax. The discussions around syntax have triggered an enormous