Signal when the file descriptor becomes ready for writing.
const POLL_WRITE: PollFlags = PollFlags(POLLOUT);
epoll_ctl(2) and EPOLLOUT therein