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

Replace futures_task::ArcWake with std::task::Wake #134

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

timotheyca
Copy link
Contributor

Reduces the impact of #133 at the cost of extra atomic instructions (not as bad as busy-looping, so should be fine).

@timotheyca
Copy link
Contributor Author

timotheyca commented Jun 17, 2024

CI check for MSRV is going to fail because url's MSRV is now 1.67 (and it's depended on through tungstenite)
(( I did not touch that ))

@sdroege
Copy link
Owner

sdroege commented Jun 17, 2024

No worries, I'll take care of that.

@sdroege sdroege merged commit 53e4cab into sdroege:main Jun 17, 2024
7 of 8 checks passed
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.

None yet

2 participants