Async-await on stable Rust(https://blog.rust-lang.org/2019/11/07/Async-await-stable.html)1102 points|pietroalbini|5 years ago|380 comments
Tokio 1.0 – async runtime for Rust(https://tokio.rs/blog/2020-12-tokio-1-0)769 points|carllerche|4 years ago|402 comments
Writing an OS in Rust: Async/Await(https://os.phil-opp.com/async-await/)410 points|phil-opp|5 years ago|103 comments
Async and Await in Rust: a full proposal(https://boats.gitlab.io/blog/post/2018-04-06-async-await-final/)388 points|19h|7 years ago|190 comments
How Rust optimizes async/await(https://tmandry.gitlab.io/blog/posts/optimizing-await-1/)351 points|tmandry|6 years ago|123 comments
Async-std: an async port of the Rust standard library(https://async.rs/blog/announcing-async-std/#)349 points|JoshTriplett|6 years ago|234 comments
Comparison of Rust async and Linux thread context switch time and memory use(https://github.com/jimblandy/context-switch)347 points|viraptor|4 years ago|196 comments
Async Rust doesn't have to be hard(https://itsallaboutthebit.com/async-simple/)277 points|drogus|3 years ago|188 comments
The State of Async Rust: Runtimes(https://corrode.dev/blog/async/)258 points|RebootStr|1 year ago|198 comments
Learning async Rust with entirely too many web servers(https://ibraheem.ca/posts/too-many-web-servers/)249 points|lukastyrychtr|2 years ago|38 comments
Async Rust in Practice: Performance, Pitfalls, Profiling(https://www.scylladb.com/2022/01/12/async-rust-in-practice-performance-pitfalls-profiling/)248 points|uberdru|3 years ago|45 comments
Rust to stabilize `async fn` and return-position `impl Trait` in traits(https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html)231 points|saghm|1 year ago|38 comments
A four year plan for async Rust(https://without.boats/blog/a-four-year-plan/)215 points|steveklabnik|1 year ago|228 comments
Toasty, an async ORM for Rust(https://tokio.rs/blog/2024-10-23-announcing-toasty)214 points|steveklabnik|5 months ago|141 comments
Async Rust is not safe with io_uring(https://tonbo.io/blog/async-rust-is-not-safe-with-io-uring)212 points|ethegwo|4 months ago|147 comments
Why Async Rust?(https://without.boats/blog/why-async-rust/)212 points|withoutboats3|1 year ago|133 comments
Zed Decoded: Async Rust(https://zed.dev/blog/zed-decoded-async-rust)211 points|ingve|11 months ago|88 comments
Inside Rust's Async Transform(https://blag.nemo157.com/2018/12/09/inside-rusts-async-transform.html)203 points|Nemo157|6 years ago|75 comments
Why I'm writing a Scheme implementation in 2025: Async Rust(https://maplant.com/2025-02-17-Why-I%27m-Writing-a-Scheme-Implementation-in-2025-(The-Answer-is-Async-Rust).html)198 points|maplant|24 days ago|86 comments
How to think about async/await in Rust(http://cliffle.com/blog/async-inversion/)191 points|mpweiher|2 years ago|258 comments
Building a shared vision for Async Rust(https://blog.rust-lang.org/2021/03/18/async-vision-doc.html)190 points|todsacerdoti|4 years ago|136 comments
The bane of my existence: Supporting both async and sync code in Rust(https://nullderef.com/blog/rust-async-sync/)183 points|lukastyrychtr|1 year ago|155 comments
Async Rust: What is a runtime? how Tokio works under the hood(https://kerkour.com/rust-async-await-what-is-a-runtime)178 points|sylvain_kerkour|3 years ago|86 comments
Show HN: Async UI: A Rust UI Library Where Everything is a Future(https://wishawa.github.io/posts/async-ui-intro/)173 points|wishawa|2 years ago|92 comments
Async Rust in Three Parts(https://jacko.io/async_intro.html)162 points|oconnor663|5 months ago|69 comments
Monoio – A thread-per-core Rust async runtime with io_uring(https://github.com/bytedance/monoio)158 points|losfair|3 years ago|81 comments
Show HN: Coerce – Actor runtime for Rust using async/await and tokio channels(https://github.com/LeonHartley/Coerce-rs/)155 points|ljph|5 years ago|53 comments
Six ways to make async Rust easier(https://carllerche.com/2021/06/17/six-ways-to-make-async-rust-easier/)153 points|g0xA52A2A|4 years ago|56 comments
Rust without the async (hard) part(https://lunatic.solutions/blog/rust-without-the-async-hard-part/)149 points|taldridge|3 years ago|133 comments
Request Coalescing in Async Rust(https://fasterthanli.me/articles/request-coalescing-in-async-rust)142 points|ingve|3 years ago|38 comments