Epoll
, Kqueue
and IOCP
works, and how we can use this for efficient, high performance I/O. The book is divided into three parts:Reactors
, Executors
and Futures
in Rust work.libc
and mio
provides for youNode
and Tokio
usesReactor
in the async library your're most likely using worksffi
interface on all platforms. I do this to make the code as straight forward as possible, but it's not recommended if you care about maximising compatibility.