Add limitConcurrency function
#458
aleclarson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Combine a
Semaphoreobject with an async function to limit its concurrency (i.e. the maximum number of unresolved promises from the wrapped function, at any given time).Beta Was this translation helpful? Give feedback.
All reactions