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

Remove Sync trait bounds on callback futures #183

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

nox
Copy link
Collaborator

@nox nox commented Nov 2, 2023

They are unnecessary as we ever only retrieve the futures from ex data to poll them, thus when we have mutable access to them, so Send is all we need.

They are unnecessary as we ever only retrieve the futures from ex data
to poll them, thus when we have mutable access to them, so Send is all we need.
@rushilmehra rushilmehra self-requested a review November 2, 2023 18:35
@ghedo ghedo merged commit 7c5fdfa into cloudflare:master Nov 3, 2023
23 checks passed
@nox nox deleted the rm-sync-on-futures branch November 3, 2023 14:21
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.

4 participants