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

Drop futures as soon as they're done for array::join #138

Merged
merged 6 commits into from
Jun 12, 2023

Conversation

yoshuawuyts
Copy link
Owner

Makes progress towards #137. If we accept this fix we'll want to copy it for all our APIs.

src/future/join/array.rs Outdated Show resolved Hide resolved
src/future/join/array.rs Outdated Show resolved Hide resolved
@yoshuawuyts
Copy link
Owner Author

Updated with feedback from review! I'm pretty happy with the logic as it is, and I think we could merge it. But I think I'd be happiest if we could factor out the manual [ManuallyDrop<T>; N] logic into its own file, because we'll want to share it between all array implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants