Search results

38 packages found

Intercepts errors, the Go way!

published 3.0.4 4 years ago
M
Q
P

Produces a new collection of values by mapping each value in coll through the iteratee function.

published 3.0.3 6 years ago
M
Q
P

Applies the function iteratee to each item in coll, in parallel.

published 3.0.3 6 years ago
M
Q
P

Reduces coll into a single value using an async iteratee to return each successive step.

published 3.0.3 6 years ago
M
Q
P

Run the tasks collection of functions in parallel, without waiting until the previous function has completed.

published 3.0.3 6 years ago
M
Q
P

Returns the first value in coll that passes an async truth test.

published 3.0.3 6 years ago
M
Q
P

Returns a new array of all the values in coll which pass an async truth test.

published 3.0.3 6 years ago
M
Q
P

Runs the tasks array of functions in series, each passing their results to the next in the array.

published 3.0.3 6 years ago
M
Q
P
M
Q
P
M
Q
P

Transform a callback-based function into a promise-based one.

published 3.0.3 6 years ago
M
Q
P

Calls the iteratee function n times, and accumulates results in the same manner you would use with map.

published 3.0.3 6 years ago
M
Q
P

Repeatedly call fn until test returns true.

published 3.0.3 6 years ago
M
Q
P

Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.

published 3.0.3 6 years ago
M
Q
P

Creates a continuation function with some arguments already applied.

published 3.0.3 6 years ago
M
Q
P

The opposite of filter. Removes values that pass an async truth test.

published 3.0.3 6 years ago
M
Q
P

Returns true if every element in coll satisfies an async test.

published 3.0.3 6 years ago
M
Q
P

Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.

published 3.0.3 6 years ago
M
Q
P

Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).

published 3.0.3 6 years ago
M
Q
P

Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.

published 3.0.3 6 years ago
M
Q
P