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

size_hint setup for streams #967

Closed
wants to merge 7 commits into from
Closed

size_hint setup for streams #967

wants to merge 7 commits into from

Conversation

mich2000
Copy link

PR regarding the issue 953. This PR needs a review because it is possible that I have made a lot of errors, because it is not always easy to write size_hint code.

@taiki-e
Copy link
Contributor

taiki-e commented Mar 25, 2021

I recommend seeing how the same method is implemented in futures: rust-lang/futures-rs#1853

@mich2000
Copy link
Author

Okay I've taken a look an implemented those I thought would make sense.

@mich2000
Copy link
Author

There is a problem related to the test pipeline powerpc-unknown-linux-gnu, this pipeline needs SO_INCOMING_CPU constant from the libc to complete the build. But with libc 0.2.91 it doesn't have this constant, should we open a issue to address this issue? So that it won't hinder other PR's.

@mich2000 mich2000 changed the title first commit regarding size_hint setup for stream size_hint setup for streams Apr 17, 2021
@joshtriplett joshtriplett deleted the branch async-rs:master June 2, 2022 18:38
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

Successfully merging this pull request may close these issues.

None yet

3 participants