Home
last modified time | relevance | path

Searched refs:Aio (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Daio.rs23 //! [`cancel`](trait.Aio.html#method.cancel) or
213 pub trait Aio { traits
214 /// The return type of [`Aio::aio_return`].
219 /// Should only be called once for each operation, after [`Aio::error`]
355 /// After calling this method and until [`Aio::aio_return`] returns `Ok`,
393 fn aio_return(self: Pin<&mut Self>) -> Result<<Self as Aio>::Output> { in aio_return()
475 impl Aio for AioFsync {
600 impl<'a> Aio for AioRead<'a> {
722 impl<'a> Aio for AioReadv<'a> {
836 impl<'a> Aio fo
[all...]

Completed in 2 milliseconds