A new kernel polling interface
A new kernel polling interface
Posted Jun 27, 2018 16:30 UTC (Wed) by ibukanov (subscriber, #3942)In reply to: A new kernel polling interface by fest3er
Parent article: A new kernel polling interface
To detect that the read end of the pipe was closed, poll/epoll the write end of the pipe. This will report POLLERR/EPOLLERR when that happens.
