/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

smallcultfollowing.com
| | ibraheem.ca
1.3 parsecs away

Travel
| | Learning from an alternative async fn syntax.
| | blog.yoshuawuyts.com
2.4 parsecs away

Travel
| | [AI summary] The author recaps developments in Rust futures concurrency since 2020, proposing ergonomic trait-based APIs for joining and racing futures and outlining a path to forward-compatible inclusion in the standard library.
| | hackmd.io
1.9 parsecs away

Travel
| | # Async fns in traits **This doc now lives here: https://rust-lang.github.io/async-fundamentals-ini
| | theincredibleholk.org
9.7 parsecs away

Travel
| One of the major goals for the Rust Async Working Group is to allow async fn everywhere fn is allowed, especially in traits. In this post, I'd like to distill s...