Signal when the file descriptor becomes ready for reading.
const POLL_READ: PollFlags = PollFlags(POLLIN);
epoll_ctl(2) and EPOLLIN therein