GitShow/sindresorhus/p-limit
sindresorhus

p-limit

Run multiple promise-returning & async functions with limited concurrency

by sindresorhus
Star on GitHubForknpm

JavaScript

2.9k stars133 forks18 contributorsActive · 1mo agoSince 2016MIT

Meet the team

See all 18 on GitHub →
sindresorhus
sindresorhus58 contributions
LinusU
LinusU2 contributions
jdmarshall
jdmarshall2 contributions
sugoroku-y
sugoroku-y1 contribution
tuhm1
tuhm11 contribution
sethp
sethp1 contribution
liuhanqu
liuhanqu1 contribution
zkochan
zkochan1 contribution

Recent fixes

View closed PRs →
Rohan5commit
docs: use tear down in READMEMergedPR

Summary use the two-word verb "tear down" in the README Related issue N/A (trivial docs wording fix) Guideline alignment CONTRIBUTING: none found in the repo root or .github on main PR template: none found in the repo root or .github on main Validation Not run (docs-only change)

Rohan5commit · 1mo ago
sergerommss95-cpu
feat: add pause and resume capabilities to concurrency limitMergedPR

This PR adds , and properties to the concurrency limit function. This allows developers to temporarily halt the execution of queued tasks (while currently executing tasks run to completion) and resume them later. It is fully covered by new unit tests and typed.

sergerommss95-cpu · 1mo ago
andrii-biletskyi-rvai
Widen the type of `map` method to allow `ArrayLike<T>` to be the input collectionClosedIssue

Since the implementation of uses and allows for ArrayLike to be passed as a parameter, it would be nice - to allow them to be passed into function

andrii-biletskyi-rvai · 2mo ago
Structured data for AI agents

Repository: sindresorhus/p-limit. Description: Run multiple promise-returning & async functions with limited concurrency Stars: 2898, Forks: 133. Primary language: JavaScript. License: MIT. Open PRs: 0, open issues: 0. Last activity: 1mo ago. Top contributors: sindresorhus, LinusU, jdmarshall, sugoroku-y, tuhm1, sethp, liuhanqu, zkochan, schnittstabil, Limegrass and others.

·@ofershap

Replace github.com with gitshow.dev