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

tokio-io: No AsyncSeek implementation for BufReader and BufWriter #2291

Closed
devashishdxt opened this issue Mar 3, 2020 · 0 comments · Fixed by #3491
Closed

tokio-io: No AsyncSeek implementation for BufReader and BufWriter #2291

devashishdxt opened this issue Mar 3, 2020 · 0 comments · Fixed by #3491
Assignees
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io

Comments

@devashishdxt
Copy link

Version

v0.2.13

Description

Rust's standard library provides Seek implementation of BufReader and BufWriter. Also, futures crate provides AsyncSeek implementation for BufReader and BufWriter. I think, it'd be a good idea to implement tokio::io::AsyncSeek for tokio::io::BufReader and tokio::io::BufWriter.

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 C-feature-request Category: A feature request. M-io Module: tokio/io
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants