Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/task/
Djoin_set.rs283 std::future::poll_fn(|cx| self.poll_join_next(cx)).await in join_next()
486 pub fn poll_join_next(&mut self, cx: &mut Context<'_>) -> Poll<Option<Result<T, JoinError>>> { in poll_join_next() method
/external/rust/android-crates-io/crates/tokio/
DCHANGELOG.md792 - task: add `JoinSet::poll_join_next` ([#5721])