pub fn epoll_del(epoll: impl AsFd, source: impl AsFd) -> Result<()>
epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)—Removes an element in this Epoll.
epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)
Epoll
This also returns the owning Data.
Data