<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> `combineAsyncIterators` has a `finally` block which is blocking execution waiting for all iterators to be `done` so it can call the `return` function as cleanup. This leads to prolonged execution when unnecessary, such as when an error has occurred. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> `finally` block should be non-blocking allowing errors to be immediately surfaced and execution to stop. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #21393
{{links}}
Nx: Smart Monorepos · Fast CI
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
This package contains a set of utilities for creating Nx plugins.
{{content}}