antfu / p

Toolkit for managing multiple promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[suggestion] Enable concurrency

henrycunh opened this issue · comments

Perhaps something like this:

await P(items, { concurrency: 20 })

To establish hard limits on concurrency!