devela::_dep::rustix::event::epoll

Function delete

pub fn delete(epoll: impl AsFd, source: impl AsFd) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)—Removes an element in a given epoll object.

§References