Function nix::sys::aio::aio_cancel_all [−][src]
pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat>
Cancels outstanding AIO requests. All requests for fd
will be cancelled.
pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat>
Cancels outstanding AIO requests. All requests for fd
will be cancelled.