Skip to content

Commit

Permalink
i am fool
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Aug 17, 2022
1 parent 39e06c0 commit ef093f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/task/join_set.rs
Expand Up @@ -222,7 +222,7 @@ impl<T: 'static> JoinSet<T> {
///
/// [task ID]: crate::task::Id
/// [`JoinError::id`]: fn@crate::task::JoinError::id
#[cfg(unstable)]
#[cfg(tokio_unstable)]
pub async fn join_next_with_id(&mut self) -> Option<Result<(Id, T), JoinError>> {
crate::future::poll_fn(|cx| self.poll_join_next_with_id(cx)).await
}
Expand Down

0 comments on commit ef093f4

Please sign in to comment.