Searched defs:join_next (Results 1 – 2 of 2) sorted by relevance
282 pub async fn join_next(&mut self) -> Option<Result<T, JoinError>> { in join_next() method
471 pub async fn join_next(&mut self) -> Option<(K, Result<V, JoinError>)> { in join_next() function