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

SyncIOBridge: Add into_inner #5971

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

cgwalters
Copy link
Contributor

This keeps us in sync with other I/O wrapper types (e.g. BufWriter).

I was working on this change
ostreedev/ostree-rs-ext@13455cc and it would have been helpful to be able to call this API so I can return the input stream back to the caller in order to extend its lifetime.

This keeps us in sync with other I/O wrapper types (e.g. `BufWriter`).

I was working on this change
ostreedev/ostree-rs-ext@13455cc
and it would have been helpful to be able to call this API
so I can return the input stream back to the caller in order
to extend its lifetime.
@Darksonn Darksonn added A-tokio-util Area: The tokio-util crate M-io Module: tokio/io labels Sep 1, 2023
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) September 1, 2023 12:44
@Darksonn Darksonn merged commit fd7d0ad into tokio-rs:master Sep 1, 2023
75 checks passed
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.

2 participants