Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 328 Bytes

Edge-triggered Epoll

This repo demonstrates how to use epoll with the EPOLLET flag set (which puts file descriptors into edge-triggered mode). This is a followup to my blog post Blocking I/O, Nonblocking I/O, And Epoll, intended to demonstrate some real code.