-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
readline: add support for asynchronous iteration (tracking feature request) #18603
Comments
4 tasks
4 tasks
TimothyGu
added a commit
to TimothyGu/node
that referenced
this issue
Nov 20, 2018
Co-authored-by: Ivan Filenko <[email protected]> Fixes: nodejs#18603 Refs: nodejs#18904
targos
pushed a commit
that referenced
this issue
Nov 21, 2018
Co-authored-by: Ivan Filenko <[email protected]> Fixes: #18603 Refs: #18904 PR-URL: #23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
rvagg
pushed a commit
that referenced
this issue
Nov 28, 2018
Co-authored-by: Ivan Filenko <[email protected]> Fixes: #18603 Refs: #18904 PR-URL: #23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
refack
pushed a commit
to refack/node
that referenced
this issue
Jan 14, 2019
Co-authored-by: Ivan Filenko <[email protected]> Fixes: nodejs#18603 Refs: nodejs#18904 PR-URL: nodejs#23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
BethGriggs
pushed a commit
that referenced
this issue
Apr 17, 2019
Co-authored-by: Ivan Filenko <[email protected]> Fixes: #18603 Refs: #18904 PR-URL: #23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
BethGriggs
pushed a commit
that referenced
this issue
Apr 28, 2019
Co-authored-by: Ivan Filenko <[email protected]> Fixes: #18603 Refs: #18904 PR-URL: #23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
May 16, 2019
Co-authored-by: Ivan Filenko <[email protected]> Fixes: #18603 Refs: #18904 PR-URL: #23916 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An issue to not forget.
It would be handy to sync readline API with
for-await
support in readable streams, so we can do something like this (compare examples here and here):An evidence of need: "Alas" from Axel Rauschmayer.
An association: Perl
<FILEHANDLE>
operator.The text was updated successfully, but these errors were encountered: