Tag: #kqueue
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Complete Guide to Async I/O Models 2025: epoll, io_uring, Reactor/Proactor, and async/await Internals
Everything about async I/O. Blocking vs non-blocking vs async, the select/poll/epoll/kqueue evolution, the iouring revolution, Reactor/Proactor patterns, Tokio/libuv internals, and what async/await actually does.
2026-04-15 · 12 min read #async-io#epoll#io-uring#reactor#proactor