Function nix::sys::aio::aio_suspend [−][src]
pub fn aio_suspend(list: &[&AioCb], timeout: Option<TimeSpec>) -> Result<()>
Suspends the calling process until at least one of the specified AioCb
s
has completed, a signal is delivered, or the timeout has passed. If
timeout
is None
, aio_suspend
will block indefinitely.