Don't allow the system to suspend after data becomes available.
const POLL_WAKE_UP: PollFlags = PollFlags(EPOLLWAKEUP);
The required kernel version is 3.5.
epoll_ctl(2) and EPOLLWAKEUP therein