Sha256: f12f9c2bcb09d36c639d9836552d408cbe322afb7d037855b84031726f8525a4

Contents?: true

Size: 1.25 KB

Versions: 48

Compression:

Stored size: 1.25 KB

Contents

'use strict';

Object.defineProperty(exports, "__esModule", {
  value: true
});

var _applyEach = require('./internal/applyEach');

var _applyEach2 = _interopRequireDefault(_applyEach);

var _mapSeries = require('./mapSeries');

var _mapSeries2 = _interopRequireDefault(_mapSeries);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

/**
 * The same as [`applyEach`]{@link module:ControlFlow.applyEach} but runs only a single async operation at a time.
 *
 * @name applyEachSeries
 * @static
 * @memberOf module:ControlFlow
 * @method
 * @see [async.applyEach]{@link module:ControlFlow.applyEach}
 * @category Control Flow
 * @param {Array|Iterable|Object} fns - A collection of {@link AsyncFunction}s to all
 * call with the same arguments
 * @param {...*} [args] - any number of separate arguments to pass to the
 * function.
 * @param {Function} [callback] - the final argument should be the callback,
 * called when all functions have completed processing.
 * @returns {Function} - If only the first argument is provided, it will return
 * a function which lets you pass in the arguments as if it were a single
 * function call.
 */
exports.default = (0, _applyEach2.default)(_mapSeries2.default);
module.exports = exports['default'];

Version data entries

48 entries across 46 versions & 11 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/async/applyEachSeries.js
disco_app-0.18.0 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.18.2 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.16.1 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.15.2 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.18.4 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.18.1 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.14.0 test/dummy/node_modules/async/applyEachSeries.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/async/applyEachSeries.js
tang-0.2.1 spec/tang_app/node_modules/async/applyEachSeries.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/async/applyEachSeries.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/async/applyEachSeries.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/async/applyEachSeries.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/async/applyEachSeries.js
tang-0.2.0 spec/tang_app/node_modules/async/applyEachSeries.js
tang-0.1.0 spec/tang_app/node_modules/async/applyEachSeries.js
tang-0.0.9 spec/tang_app/node_modules/async/applyEachSeries.js
enju_library-0.3.8 spec/dummy/node_modules/async/applyEachSeries.js
ilog-0.4.1 node_modules/async/applyEachSeries.js