
Since a shutdown message will now be sent via the regular epoll route, there is no need to regularily wake up from epoll in order to check whether shutdown has been initiated, but we can simply wait in epoll_wait until told to wake up.
Since a shutdown message will now be sent via the regular epoll route, there is no need to regularily wake up from epoll in order to check whether shutdown has been initiated, but we can simply wait in epoll_wait until told to wake up.