Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 305 Bytes

epoll

Implementation of epoll linux kernel interface in userspace using pipes and threads.

waitfd

Implementation of waitfd interface that never made it to the kernel but is very useful and would make a good companion to epoll, eventfd, signalfd and timerfd.