Skip to content

stream: add AbortSignal support to promisified pipeline#37359

Closed
Linkgoron wants to merge 1 commit intonodejs:masterfrom
Linkgoron:stream-pipeline-abort-signal
Closed

stream: add AbortSignal support to promisified pipeline#37359
Linkgoron wants to merge 1 commit intonodejs:masterfrom
Linkgoron:stream-pipeline-abort-signal

Conversation

@Linkgoron
Copy link
Copy Markdown
Contributor

@Linkgoron Linkgoron commented Feb 13, 2021

This PR adds support for AbortSignal to promisified pipeline (in stream/promises)

This resolves #37321.

As an aside, this wouldn't be hard to actually push it into pipeline itself and support it in the regular version, however it's already pretty simple to just call addAbortSignal from stream on the received pipeline.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

promisified pipeline missing AbortSignal support

7 participants