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-rs and futures-rs #1667

Closed
kpp opened this issue Oct 17, 2019 · 1 comment
Closed

tokio-rs and futures-rs #1667

kpp opened this issue Oct 17, 2019 · 1 comment

Comments

@kpp
Copy link
Contributor

kpp commented Oct 17, 2019

Hi all,

There are a lot of combinators migrated from https://github.com/tokio-rs/tokio/tree/master/tokio-io/src/io into https://github.com/rust-lang-nursery/futures-rs/tree/master/futures-util/src/io.

I would like to know your thoughts on further reducing the code in tokio-io in order to ease the maintenance and mitigate potential security risks.

@carllerche
Copy link
Member

The reason there is duplication is due to traits that do not match. The issue of the divergence will be addressed before 0.2 final, but is not an immediate priority. Given this, I will close this as a dup of #1297.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants