-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
stream: compose with async functions #39435
Conversation
Enables async function support for stream.compose.
We disabled async function in the compose PR due to @benjamingr request to review the async fn API before landing. |
Co-authored-by: Voltrex <[email protected]>
Co-authored-by: Voltrex <[email protected]>
@nodejs/streams |
Changes look good but does this need additional tests? |
The tests are already merged through the original PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Landed in 48ff0a1 |
Enables async function support for stream.compose. PR-URL: #39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Depends on #39029 |
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose. PR-URL: nodejs#39435 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Enables async function support for stream.compose.