Skip to content

stream: add AbortSignal support to promisified pipeline

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

This resolves #37321 (closed).

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

Merge request reports

Loading