Enable edge-triggered polling.
const POLL_EDGE_TRIGGERED: PollFlags = PollFlags(EPOLLET);
epoll_ctl(2) and EPOLLET therein