Conversation
|
@nodejs/streams Looking for some initial feedback before starting work on tests. |
2e23587 to
46ddf18
Compare
|
@nodejs/streams |
|
I'm not familiar with the use cases for this, but I think it can be a bit confusing because of the function name (and where it's being exported) and because we already have the pre-existing |
|
Some options:
|
|
Rxjs does 1. So there is some precedence. |
|
@ronag Sure! 🙂 If it matters for scheduling purposes: I'm based in Europe (currently CEST). |
|
I'm CEST as well. I can be quite flexible next week. What about @benjamingr? |
|
This has sufficient approvals but I think @benjamingr would like to further discuss this before landing? @benjamingr would you mind doing a "request for changes" so we don't accidentally land this before that? |
|
@nodejs/streams @mcollina I've disabled async function support. I believe in this way this can land without any pending items. I'll open a separate PR we can discuss in regards to async fn/gen API. This way we can continue with e.g. web stream support Please 👍 so I know whether I can land this. |
Co-authored-by: Michaël Zasso <targos@protonmail.com>
|
Landed in e579acb |
|
Like #39134 (comment), this needs a backport to land on v16.x because it depends on the semver-major #39294 |
pipe is similar to pipeline however it supports stream composition, i.e.
Similar to how rx js provides a top level
pipe(...observables)method.