We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this the intended behaviour?
futures-concurrency = "7.4.1"
pub use futures_concurrency::prelude::*; #[tokio::test] // #[ignore] async fn test_join_empty_vec() -> Result<()> { Vec::<AbortOnDrop<()>>::new().join().await; Ok(()) }
Result:
running 1 test SLOW [> 5.000s] tokio_fixes::tests::test_join_empty_vec
The text was updated successfully, but these errors were encountered:
{try,}join
You're right that this is not the intended behavior. I've posted a patch for it in #154. Thank you for reporting this!
Sorry, something went wrong.
Fixed in v7.4.2
v7.4.2
Successfully merging a pull request may close this issue.
Is this the intended behaviour?
Result:
The text was updated successfully, but these errors were encountered: