Skip to content

Comments

feat(async/unstable): add pooledMapSettled#7015

Open
tomas-zijdemans wants to merge 3 commits intodenoland:mainfrom
tomas-zijdemans:pooledMapSettled
Open

feat(async/unstable): add pooledMapSettled#7015
tomas-zijdemans wants to merge 3 commits intodenoland:mainfrom
tomas-zijdemans:pooledMapSettled

Conversation

@tomas-zijdemans
Copy link
Contributor

Introduces pooledMapSettled. Like the stable pooledMap, but does not fail fast.

The relationship to pooledMap mirrors Promise.allSettled vs Promise.all

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

❌ Patch coverage is 97.61905% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.74%. Comparing base (4936f23) to head (9c8c099).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
async/unstable_pool_settled.ts 97.61% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7015      +/-   ##
==========================================
- Coverage   94.16%   93.74%   -0.42%     
==========================================
  Files         618      621       +3     
  Lines       48802    49472     +670     
  Branches     8601     8670      +69     
==========================================
+ Hits        45954    46378     +424     
- Misses       2779     3025     +246     
  Partials       69       69              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant