Async IO
2 posts

io_uring Guide: Building High-Performance Servers with Rust and Async IO
A friendly deep-dive into Linux io_uring async IO technology, learn how to build high-performance servers with Rust and escape syscall bottlenecks
December 16, 2025 · 7 min · 1356 words · Rexai Programming
Running Rust Async on Windows? Meet the Little Devil in the Closet: Device Afd
Why does Rust async work on Windows? Unveiling Microsoft’s undocumented AFD driver with real-world analogies to understand Windows async programming under the hood
December 2, 2025 · 8 min · 1568 words · Rexai Programming