We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just a small typo in the docs for stream,
Streams do not have to be finite. As an example, an repeat stream is an infinite stream
https://docs.rs/async-std/1.6.3/async_std/stream/index.html#infinity
Looks like it's autoconversion from std::iter https://doc.rust-lang.org/std/iter/index.html#infinity
The text was updated successfully, but these errors were encountered:
Hello, I noticed this problem when browsing the issues and I agree with your opinion. I think I can submit a PR to fix this problem.
Sorry, something went wrong.
Merge pull request #926 from surechen/master
5484f5b
edit a small typo for stream. for issue #860
Fixed by #926
No branches or pull requests
Just a small typo in the docs for stream,
https://docs.rs/async-std/1.6.3/async_std/stream/index.html#infinity
Looks like it's autoconversion from std::iter
https://doc.rust-lang.org/std/iter/index.html#infinity
The text was updated successfully, but these errors were encountered: