Home
last modified time | relevance | path

Searched defs:try_with_interest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dasync_fd.rs297 pub fn try_with_interest(inner: T, interest: Interest) -> Result<Self, AsyncFdTryNewError<T>> in try_with_interest() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_async_fd.rs970 async fn try_with_interest() { in try_with_interest() function