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

adds async stream rfc #2996

Closed
Closed
Changes from 20 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8152e62
adds async stream rfc
nellshamrell Sep 26, 2020
16c4870
Update text/0000-async-stream.md
nellshamrell Sep 29, 2020
20a064b
Update text/0000-async-stream.md
nellshamrell Sep 29, 2020
5a3de0f
Update text/0000-async-stream.md
nellshamrell Sep 29, 2020
a145be9
Update text/0000-async-stream.md
nellshamrell Sep 29, 2020
f65f099
Update text/0000-async-stream.md
nellshamrell Sep 29, 2020
310b0b3
remove boilerplate questions
nellshamrell Sep 26, 2020
e0d66d4
adds more information about coverting an iterator into a stream
nellshamrell Oct 1, 2020
7b84d1c
adds clarifying statement regarding !Unpin streams
nellshamrell Oct 1, 2020
512f41a
corrects some typos
nellshamrell Oct 17, 2020
0e44c56
adds clarification around motivation and the guide level explanation
nellshamrell Nov 14, 2020
c7ace16
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
1948fad
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
0ba1e67
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
414665a
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
fc92f81
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
6f6da39
adds examples of how a user would interact with the poll_next and nex…
nellshamrell Nov 18, 2020
c7af682
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
a1b60e8
adds in more discussion around pinning with async generators
nellshamrell Nov 18, 2020
0b806ef
Update text/0000-async-stream.md
nellshamrell Nov 18, 2020
ece4f4c
correct reference to Future::poll method
nellshamrell Dec 2, 2020
8b52cee
combines both next method sections
nellshamrell Dec 2, 2020
174e218
adds examples for addressing !Unpin streams
nellshamrell Dec 2, 2020
3fe320e
add more clarification to try_next method
nellshamrell Dec 2, 2020
ec04b64
Update text/0000-async-stream.md
nellshamrell Dec 2, 2020
0ed3963
Update text/0000-async-stream.md
nellshamrell Dec 2, 2020
c54ca85
Update text/0000-async-stream.md
nellshamrell Dec 2, 2020
a39d5c3
addresses some suggestions from comments on the RFC
nellshamrell Dec 2, 2020
0ee1505
clarify wording around resuming iteration once a Stream returns None
nellshamrell Dec 2, 2020
1e4cc8c
Update text/0000-async-stream.md
nellshamrell Dec 3, 2020
ec1b422
removes unneeded template text
nellshamrell Dec 6, 2020
7bf481d
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
8c42458
add possiblity of custom compiler error message when requiring users …
nellshamrell Dec 6, 2020
e0647fe
adds note that lending streams depend on Generic Associated Types
nellshamrell Dec 6, 2020
3367344
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
418ccd6
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
997d698
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
b7d2cef
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
88f1e1a
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
dad7612
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
d8c8d00
Update text/0000-async-stream.md
nellshamrell Dec 6, 2020
1ae8276
add in draft of LendingStream trait
nellshamrell Dec 6, 2020
fef7748
Update text/0000-async-stream.md
nellshamrell Dec 8, 2020
881b162
Update text/0000-async-stream.md
nellshamrell Dec 9, 2020
1e2d669
revert wording around streams resuming iteration
nellshamrell Dec 15, 2020
d749f41
removes unnecessary link formatting
nellshamrell Dec 15, 2020
de606aa
removes the next method from this RFC and moves it to the future poss…
nellshamrell Jan 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view