Home
last modified time | relevance | path

Searched refs:TaskTrackerWaitFuture (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tokio-util/src/task/
Dtask_tracker.rs194 pub struct TaskTrackerWaitFuture<'a> {
313 pub fn wait(&self) -> TaskTrackerWaitFuture<'_> { in wait()
314 TaskTrackerWaitFuture { in wait()
682 impl<'a> Future for TaskTrackerWaitFuture<'a> { implementation
704 impl<'a> fmt::Debug for TaskTrackerWaitFuture<'a> { implementation