Robuta

https://s2.dev/blog/dst Deterministic simulation testing for async Rust Taming distributed systems with DST. deterministic simulationasync https://www.p99conf.io/session/bridging-epoll-and-io_uring-in-async-rust/ Bridging epoll and io_uring in Async Rust - P99 CONF Tokio’s epoll model meets io_uring via runtime switching for more flexible async Rust I/O architectures. io uringasync rustbridging https://www.p99conf.io/2025/09/25/better-async-rust-disk-i-o/ Better Async Rust Disk I/O - P99 CONF Comparing tokio, io_uring (via monoio) and others in real-world scenarios. async rustbetterdiskconf https://zed.dev/blog/zed-decoded-async-rust Async Rust — Zed's Blog From the Zed Blog: In this episode of Zed Decoded, Thorsten and Antonio explore how we use async Rust in the Zed code base to ensure perfect cooperation with... async rustzedblog https://www.p99conf.io/session/a-visual-journey-through-async-rust/ A Visual Journey Through Async Rust - P99 CONF A visualization tool makes async Rust intuitive, revealing how futures execute and concurrency truly works. visual journeyasync rustconf https://os.phil-opp.com/async-await/ Async/Await | Writing an OS in Rust In this post, we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look at how async/await works in Rust, inclu… async awaitwritingosrust https://thenewstack.io/async-programming-in-rust-understanding-futures-and-tokio/ Async Programming in Rust: Understanding Futures and Tokio - The New Stack Dec 17, 2025 - Combined with powerful runtime libraries like Tokio, Rust can handle thousands of simultaneous operations without the overhead of traditional threads. async programmingrustfutures https://github.com/sxyazi/yazi GitHub - sxyazi/yazi: 💥 Blazing fast terminal file manager written in Rust, based on async I/O. 💥 Blazing fast terminal file manager written in Rust, based on async I/O. - sxyazi/yazi blazing fastfile manageryazi https://www.p99conf.io/session/performance-pitfalls-of-rust-async-function-pointers-and-why-it-might-not-matter/ Performance Pitfalls of Rust Async Function Pointers (And Why It Might Not Matter) - P99 CONF async functionperformancerust