Lines Matching refs:finished
467 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
526 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
628 * and a callback for when it has finished processing. Each of these callbacks
653 * functions have finished, or an error occurs. Results is an Array of the
803 * functions have finished, or an error occurs. Invoked with (err).
826 * functions have finished, or an error occurs. Results is an array of the
900 * * a `callback(err, result)` function, which must be called when finished,
1260 * when finished, passing an `error` (which can be `null`) and the result of
1734 * when the worker is finished.
1762 * console.log('finished processing foo');
1765 * console.log('finished processing bar');
1768 * console.log('finished processing baz');
1816 * console.log('finished processing foo');
1819 * console.log('finished processing bar');
1822 * console.log('finished processing baz');
1825 * console.log('finished processing boo');
1859 * `iteratee` functions have finished. Result is the reduced value. Invoked with
2080 * functions have finished, or an error occurs. Results is an array of the
2104 * `iteratee` functions have finished, or an error occurs. Results is an array
2145 * `iteratee` functions have finished, or an error occurs. Results is an array
2243 * `iteratee` functions have finished, or an error occurs. Results is an array
2346 * iteratee returns `true`, or after all the `iteratee` functions have finished.
2418 * iteratee returns `true`, or after all the `iteratee` functions have finished.
2444 * iteratee returns `true`, or after all the `iteratee` functions have finished.
2588 * it has finished. If the `iteratee` passes an error to its `callback`, the
2607 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
2708 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
2736 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
2812 * `iteratee` functions have finished. Result will be either `true` or `false`
2912 * `iteratee` functions have finished. Result will be either `true` or `false`
2937 * `iteratee` functions have finished. Result will be either `true` or `false`
3002 * `iteratee` functions have finished. Invoked with (err, results).
3076 * `iteratee` functions have finished. Invoked with (err, results).
3099 * `iteratee` functions have finished. Invoked with (err, results)
3167 * functions have finished, or an error occurs. Result is an `Object` whoses
3224 * functions have finished, or an error occurs. Result is an `Object` whoses
3312 * functions have finished, or an error occurs. Result is an `Object` whose
3366 * functions have finished, or an error occurs. `result` is a new object consisting
3391 * callback for when it has finished processing. Each of these callbacks takes
3410 * functions have finished, or an error occurs. `result` is a new object consisting
3540 * functions have finished, or an error occurs. `result` is a new object consisting
3886 * once the `worker` has finished processing the task. Instead of a single task,
3992 * console.log('finished processing foo');
3999 * console.log('finished processing item');
4004 * console.log('finished processing bar');
4261 * `iteratee` functions have finished. Result is the reduced value. Invoked with
4435 * `iteratee` functions have finished. Invoked with (err, results).
4504 * `iteratee` functions have finished. Invoked with (err, results).
4527 * `iteratee` functions have finished. Invoked with (err, results).
4924 * iteratee returns `true`, or after all the iteratee functions have finished.
5026 * iteratee returns `true`, or after all the iteratee functions have finished.
5052 * iteratee returns `true`, or after all the iteratee functions have finished.
5078 * `iteratee` functions have finished, or an error occurs. Results is the items
5406 * `iteratee` functions have finished. Result is the transformed accumulator.
5699 * let finished = false
5701 * cb(null, finished)
5706 * finished = !!body.next