Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/load_shed/
Dmain.rs10 async fn when_ready() { in when_ready() function
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs265 pub(super) async fn when_ready(self) -> crate::Result<Self> { in when_ready() method