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

io: add AsyncSeekExt::stream_position #3650

Merged
merged 1 commit into from Mar 27, 2021
Merged

io: add AsyncSeekExt::stream_position #3650

merged 1 commit into from Mar 27, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Mar 26, 2021

An async equivalent to std::io::Seek::stream_position that stabilized in Rust 1.51.

@taiki-e taiki-e added A-tokio Area: The main tokio crate M-io Module: tokio/io labels Mar 26, 2021
Copy link
Contributor

@zaharidichev zaharidichev left a comment

Choose a reason for hiding this comment

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

LGTM

@taiki-e taiki-e merged commit a257a3a into tokio-rs:master Mar 27, 2021
@taiki-e taiki-e deleted the io-seek-stream-position branch March 27, 2021 03:28
@Darksonn Darksonn mentioned this pull request Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-io Module: tokio/io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants