Skip to content
New issue

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

Fix Sync impl of FuturesUnordered #2788

Merged
merged 1 commit into from Oct 26, 2023
Merged

Fix Sync impl of FuturesUnordered #2788

merged 1 commit into from Oct 26, 2023

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Oct 26, 2023

Fixes #2786

@taiki-e taiki-e added A-stream Area: futures::stream 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Oct 26, 2023
@taiki-e taiki-e merged commit 3287fd6 into master Oct 26, 2023
25 checks passed
@taiki-e taiki-e deleted the taiki-e/sync-impl branch October 26, 2023 13:01
@taiki-e taiki-e mentioned this pull request Oct 26, 2023
@taiki-e taiki-e added 0.3-backport: completed and removed 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential unsoundness in FuturesUnordered
1 participant