Function rustix::io::epoll::epoll_create
source · pub fn epoll_create(flags: CreateFlags) -> Result<OwnedFd>
Expand description
epoll_create1(flags)
—Creates a new Epoll
.
Use the CreateFlags::CLOEXEC
flag to prevent the resulting file
descriptor from being implicitly passed across exec
boundaries.