For Packages

for-async-i

No it's not for looping items and returning the result when the looping is done as promises can do thins. It is for looping over an object or an array and waiting for each of the elements to finish computation before iterating over second element.

1.0.2 • Published 8 years ago

for-limit

A for loop which runs in parallel that allows you to limit the number of concurrent operations.

1.0.0 • Published 11 years ago