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