epoll (1 articles)

Basic non-blocking IO using epoll in Rust

20.10.2020 - 28m read - rust epoll linux async nonblocking

This is the first blog post in a small series, where we will explore the basics of non-blocking IO in Rust. We'll start by building a minimal HTTP server using epoll