/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

theincredibleholk.org
| | blog.yoshuawuyts.com
2.9 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
2.4 parsecs away

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

Travel
| |
| | blog.sylver.dev
15.6 parsecs away

Travel
| In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism. If your didn't follow the previous episode, you can find the code on GitHub. As we ...