This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Which methods should be async? #165
Comments
All of them according to the spec text if I am reading it correctly - though I think for flatMap it would make sense to also take another stream (though really, that is transparent given streams are async iterable). |
what about |
@Jack-Works as sugar for |
The spec does have |
All of these methods are currently on |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're working on this proposal for node streams at nodejs/node#40815
Question. What methods do we think make sense to allow async for?
List of candidates:
The text was updated successfully, but these errors were encountered: