epoll
A Linux readiness-notification interface designed to monitor large numbers of file descriptors without repeatedly scanning every descriptor.
Related Concepts
- io_uring
- System Call
- Event Loop
- Non-Blocking I/O
A Linux readiness-notification interface designed to monitor large numbers of file descriptors without repeatedly scanning every descriptor.