Function nix::sys::aio::lio_listio[][src]

pub fn lio_listio(
    mode: LioMode,
    list: &[&mut AioCb],
    sigev_notify: SigevNotify
) -> Result<()>

Submits multiple asynchronous I/O requests with a single system call. The order in which the requests are carried out is not specified.