pub fn delete(epoll: impl AsFd, source: impl AsFd) -> Result<()>
epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)—Removes an element in a given epoll object.
epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)