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

mesh_channel: remove Unpin from Receiver::recv #624

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

jstarks
Copy link
Member

@jstarks jstarks commented Jan 7, 2025

Make the future returned by recv !Unpin and fix the one place in the codebase that cares.

This gives us flexibility to optimize the implementation in the future.

Make the future returned by `recv` `!Unpin`, and fix the one place in
the codebase that cares.

This gives us flexibility to optimize the implementation in the future.
@jstarks jstarks requested a review from a team as a code owner January 7, 2025 20:48
smalis-msft
smalis-msft previously approved these changes Jan 7, 2025
@jstarks jstarks merged commit 4bc1f66 into microsoft:main Jan 8, 2025
25 checks passed
@jstarks jstarks deleted the unpin2 branch January 8, 2025 15:57
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