/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
| | without.boats
1.9 parsecs away

Travel
| | [AI summary] The blog post discusses the introduction of async/await syntax in Rust through two RFCs, focusing on language features and their implications for asynchronous programming.
| | smallcultfollowing.com
1.8 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.
| | tokio.rs
3.8 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | developerlife.com
21.4 parsecs away

Travel
| This article illustrates how to write concurrent and parallel code in Rust using Tokio. The pedagogical example we will use is building an asynchronous implementation of a middleware runner that you might find in a Redux store.