🦞🌯 Lobster Roll

Thread

Rust Async-await status report #2 (smallcultfollowing.com)

Stories related to "Rust Async-await status report #2" across the full archive.

Rust Async-await status report #2 (smallcultfollowing.com)
Async & Await in Rust (boats.gitlab.io)
How Rust optimizes async/await: Part 1 (tmandry.gitlab.io)
How Rust optimizes async/await II: Program analysis (tmandry.gitlab.io)
Async-await on stable Rust (blog.rust-lang.org)
Implementing pid1 with Rust and async/await (tech.fpcomplete.com)
Bringing async/await to embedded Rust (ferrous-systems.com)
async/await on embedded Rust (ferrous-systems.com)
Async/Await | Writing an OS in Rust (os.phil-opp.com)
How to think about async/await in Rust (cliffle.com)
Await-Tree: A Panacea for Observability in Async Rust (risingwave.com)
GPU code can now use Rust's async/await (vectorware.com)
Asynchronous IO in Rust (medium.com)
Asynchronous Servers In Rust (gkbrk.com)
Async, Futures, AMQP, pick three: lapin, a new Rust AMQP client library (clever-cloud.com)
Async/Await V: Getting back to the futures (boats.gitlab.io)
Async in Rust, circa 2018 (rust-lang-nursery.github.io)
osaka.rs - rust async without the noise (aep.github.io)
Ecosystem fragmentation happens when some bloated feature makes its own way into the standard library.
Explained: How does async work in Rust? (dev.to)
runtime: seamless asynchronous programming in Rust (blog.yoshuawuyts.com)
Status of rust-analyzer: Achievements and Open Collective (ferrous-systems.com)
Async Stack Traces in Rust (fitzgeraldnick.com)
Async-await hits beta (blog.rust-lang.org)
async/await On Stable Rust (1.39.0) (blog.rust-lang.org)
async-std 0.9.12: async/.await is ready (async.rs)
smol: A small and fast async runtime for Rust (github.com)
Following this [blogpost](https://stjepang.github.io/2020/04/03/why-im-building-a-new-async-runtime.html) already discussed [here on lobste.rs](https://lobste.rs/s/yxv0hx/why_i_m_building_new_async_runtime), the `smol` async library for Rust has been released by its author.
no_std async/await - soon on stable (ferrous-systems.com)
A practical introduction to async programming in Rust (jamesmcm.github.io)
Writing an asynchronous MQTT Broker in Rust - Part 2 (hassamuddin.com)
Surviving Rust async interfaces (fasterthanli.me)