async map array with concurrency
bluebird.map
array to map, if any item is promise-like, it will be resolved first.
Optional
callback to map values from the array
MapOptions
promise with mapped result
async map array with concurrency
bluebird.map