Searched refs:IntoAsync (Results 1 – 7 of 7) sorted by relevance
/external/crosvm/cros_async/src/ |
D | executor.rs | 12 AsyncResult, FdExecutor, IntoAsync, IoSourceExt, PollSource, URingExecutor, UringSource, 15 pub(crate) fn async_uring_from<'a, F: IntoAsync + 'a>( in async_uring_from() 23 pub(crate) fn async_poll_from<'a, F: IntoAsync + 'a>( in async_poll_from() 140 pub fn async_from<'a, F: IntoAsync + 'a>( in async_from()
|
D | event.rs | 7 use crate::{AsyncResult, Executor, IntoAsync, IoSourceExt}; 37 impl IntoAsync for EventFd {}
|
D | timer.rs | 9 use crate::{AsyncResult, Executor, IntoAsync, IoSourceExt}; 47 impl IntoAsync for TimerFd {}
|
D | io_ext.rs | 116 pub trait IntoAsync: AsRawFd {} trait 118 impl IntoAsync for File {} 119 impl IntoAsync for UnixSeqpacket {} 120 impl IntoAsync for &UnixSeqpacket {} impl
|
D | lib.rs | 80 Error as AsyncError, IntoAsync, IoSourceExt, ReadAsync, Result as AsyncResult, WriteAsync,
|
/external/crosvm/base/src/ |
D | async_types.rs | 6 use cros_async::IntoAsync; 25 impl<T> IntoAsync for DescriptorAdapter<T> where T: DescriptorIntoAsync {}
|
D | tube.rs | 13 use cros_async::{Executor, IntoAsync, IoSourceExt}; 139 impl IntoAsync for Tube {}
|