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

Add BufReader::{seek_relative, poll_seek_relative} #2489

Merged
merged 1 commit into from Aug 28, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Aug 28, 2021

Equivalents to std::io::BufReader::seek_relative that stabilized in Rust 1.53.

refs: https://doc.rust-lang.org/nightly/std/io/struct.BufReader.html#method.seek_relative

@taiki-e taiki-e added A-io Area: futures::io 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Aug 28, 2021
futures-util/src/io/buf_reader.rs Outdated Show resolved Hide resolved
futures-util/src/io/buf_reader.rs Outdated Show resolved Hide resolved
@taiki-e taiki-e force-pushed the taiki-e/seek-relative branch 2 times, most recently from a4b7c99 to 7a17957 Compare August 28, 2021 12:24
@taiki-e taiki-e merged commit 1a6f7ec into master Aug 28, 2021
@taiki-e taiki-e deleted the taiki-e/seek-relative branch August 28, 2021 13:46
taiki-e added a commit that referenced this pull request Aug 28, 2021
@taiki-e taiki-e mentioned this pull request Aug 28, 2021
@taiki-e taiki-e added 0.3-backport: completed and removed 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Aug 28, 2021
@taiki-e taiki-e changed the title Add BufReader::seek_relative Add BufReader::{seek_relative, poll_seek_relative} Aug 28, 2021
taiki-e added a commit that referenced this pull request Aug 30, 2021
@taiki-e taiki-e mentioned this pull request Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant