Creates a new epoll instance.
impl Epoll { fn new() -> Result<Epoll, Errno> }
Unless lrs has been compiled with the no-auto-cloexec flag, this epoll instance is created with the EPOLL_CLOEXEC flag set.
no-auto-cloexec
EPOLL_CLOEXEC
epoll_create(2)