sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.41k stars 182 forks source link

Why must wait for `n` tasks added when set concurrency = `n` #129

Closed yjhmelody closed 3 years ago

yjhmelody commented 3 years ago

And if not set. I never see my task executed.

sindresorhus commented 3 years ago

I don't really understand the question. Would you be able to elaborate? Maybe show an example.