/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

hackmd.io
| | www.shuttle.dev
2.3 parsecs away

Travel
| | Exploring how async Rust works, async primitives and using async in Rust traits
| | smallcultfollowing.com
2.0 parsecs away

Travel
| | [AI summary] A developer explains the technical challenges of ensuring async trait functions return Send futures in Rust and proposes a syntax solution where function callers specify send requirements rather than enforcing them globally in the trait definition.
| | blog.yoshuawuyts.com
1.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.
| | blog.yoshuawuyts.com
14.8 parsecs away

Travel
| [AI summary] A deep dive into async Rust's cancellation mechanics, covering futures, tasks, propagation issues, structured concurrency, and future language directions.