Function rustix::io::epoll::epoll_del

source ·
pub fn epoll_del(epoll: impl AsFd, source: impl AsFd) -> Result<()>
Expand description

epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)—Removes an element in this Epoll.

This also returns the owning Data.