/ piacw.com / dev / final / node_modules / map-limit /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]node_modules/2 years ago -  
[TXT]LICENSE.md2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.8K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago962 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.4K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]test.js2 years ago846 0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

map-limit Flattr this!experimental

async.mapLimit's functionality available as a standalone npm module.

I often find myself pulling in async for this method alone, so in the spirit of breaking things into smaller pieces here's that method as a single thing you can require.

Usage

map-limit

mapLimit(arr, limit, iterator, callback)

The same as map only no more than "limit" iterators will be simultaneously running at any time.

Note that the items are not processed in batches, so there is no guarantee that the first "limit" iterator functions will complete before any others are started.

Arguments

License

MIT. See LICENSE.md for details.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80