Whoa! Two blog posts in one week!?

Lightweight, Predictable Async Send Bounds

This captures the conclusions from a ton of discussions we've had over the last few days in wg-async. I think this is getting pretty close to something we can propose for inclusion into Rust!

This reflects a lot of contributions from members of wg-async and the Rust project, including @yosh, @josh, @oli, @nrc, @dirbaio, Tyler Mandry, Niko Matsakis, and others I'm sure I'm forgetting.

https://theincredibleholk.org/blog/2023/02/16/lightweight-predictable-async-send-bounds/

Lightweight, Predictable Async Send Bounds

The last week or two has been exciting in Rust async land. We're making great progress on one of the open questions around async functions in traits, and I thin…

TLDR; here's the whole post distilled into a single code example.

#RustLang