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

util: enable Either to use underlying AsyncWrite implementation #7025

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

mox692
Copy link
Member

@mox692 mox692 commented Dec 9, 2024

Either currently uses default implementation for poll_write_vectored and is_write_vectored but it would be better to respect the underlying AsyncWrite implementation.

@mox692 mox692 added the A-tokio-util Area: The tokio-util crate label Dec 9, 2024
@mox692 mox692 merged commit 79a2afa into tokio-rs:master Dec 9, 2024
81 checks passed
@mox692 mox692 deleted the either_util branch December 9, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-util Area: The tokio-util crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants