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: add shutdown() to SyncIoBridge #4938

Merged
merged 1 commit into from Aug 24, 2022
Merged

util: add shutdown() to SyncIoBridge #4938

merged 1 commit into from Aug 24, 2022

Conversation

imlk0
Copy link
Contributor

@imlk0 imlk0 commented Aug 24, 2022

Motivation

Closes #4932

Solution

Add a shutdown() function to shutdown the writer of SyncIoBridge

@Darksonn Darksonn added A-tokio-util Area: The tokio-util crate M-io Module: tokio/io labels Aug 24, 2022
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@Darksonn Darksonn enabled auto-merge (squash) August 24, 2022 11:47
@Darksonn Darksonn merged commit 733931d into tokio-rs:master Aug 24, 2022
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 M-io Module: tokio/io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a way to shutdown SyncIoBridge
2 participants