Lines Matching refs:passed
29 - Promises returned from `q.push` and `q.unshift` when a callback is not passed now resolve even if…
37 - Fixed a regression where arrays passed to `queue` and `cargo` would be completely flattened. (#16…
116 - Fixed `transform` bug when `callback` was not passed ([#1381](https://github.com/caolan/async/iss…
162 4. The first argument passed to the callback will be treated as an error result, if the argument is…
163 5. Any number of result arguments can be passed after the "error" argument
177 …. Maps, Sets, and anything that implements the iterator spec can now be passed directly to `each`…
196 … last argument. If a task has dependencies, the `results` object will be passed as the first argum…
201 …ing the callback would partially apply the function, meaning it could be passed directly as a task…
202 …passed non-error args from the iteratee function's callback, but this led to weirdness where the f…
239 - `map` now returns an object when an object is passed in, rather than array with non-numeric keys.…
329 - `queue` will throw if a non-function is passed to `q.push()` ([#593](https://github.com/caolan/as…