Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/tests/
Dtask_join_set.rs273 async fn try_join_next() { in try_join_next() function
286 assert!(set.try_join_next().is_none()); in try_join_next()
293 match set.try_join_next() { in try_join_next()
/external/rust/android-crates-io/crates/tokio/src/task/
Djoin_set.rs309 pub fn try_join_next(&mut self) -> Option<Result<T, JoinError>> { in try_join_next() method
/external/rust/android-crates-io/crates/tokio/
DCHANGELOG.md219 - task: document behavior of `JoinSet::try_join_next` when all tasks are running ([#6671])
444 - task: add `JoinSet::try_join_next` ([#6280])