GitShow/sindresorhus/p-times
sindresorhus

p-times

Run promise-returning & async functions a specific number of times concurrently

by sindresorhus
Star on GitHubForknpm

JavaScript

42 stars6 forks4 contributorsQuiet · 4y agoSince 2016v4.0.0MIT

Meet the team

See all 4 on GitHub →
sindresorhus
sindresorhus13 contributions
BendingBender
BendingBender2 contributions
Richienb
Richienb2 contributions
TriPSs
TriPSs1 contribution

Languages

View on GitHub →
JavaScript58.5%
TypeScript41.5%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 discussion · Last activity 4y ago
See all on GitHub →
sindresorhus
Allow the loop to end early?OpenIssue

Normal for loops can end early by using or . Might be useful to have the ability here too. Does that make sense? Possible implementations: 1 Add a method for ending the iteration in the second argument to : : 2 Add ability to throw a special error to end the iteration without rejection the promise: 3 Add ability to return special to end the iteration: While 2 and 3 are more verbose, they have the benefit of working even in a nested promise chain.

sindresorhus · 5y ago

Recent fixes

View closed PRs →
Richienb
Require Node.js 12.20 and move to ESMMergedPR
Richienb · 5y ago
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
TriPSs
Update `p-map`MergedPR

Updating to the latest brings the option

TriPSs · 6y ago
Structured data for AI agents

Repository: sindresorhus/p-times. Description: Run promise-returning & async functions a specific number of times concurrently Stars: 42, Forks: 6. Primary language: JavaScript. Languages: JavaScript (58.5%), TypeScript (41.5%). License: MIT. Latest release: v4.0.0 (5y ago). Open PRs: 0, open issues: 1. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, BendingBender, Richienb, TriPSs.

·@ofershap

Replace github.com with gitshow.dev