rxaviers / async-pool

Run multiple promise-returning & async functions with limited concurrency using native ES6/ES7
MIT License
798 stars 52 forks source link

Removed assertion for non-empty array. #17

Closed ColinT closed 4 years ago

ColinT commented 4 years ago

Resolves #12

Existing code appears to support empty arrays as-is.

radicand commented 4 years ago

@rxaviers can a new release be published with this incorporated?