Search results

26 packages found

FPipes is a utility library that provides a way to chain synchronous and asynchronous functions in a readable manner. It simplifies the flow of data through a series of functions, making your code more readable and maintainable.

published 2.0.2 a year ago
M
Q
P

Execute a series of functions

published 1.0.0 4 months ago
M
Q
P

Pipe wrapper limits parallel executions of asynchronous functions

published 1.0.3 2 years ago
M
Q
P

Execute functions in series, passing the results of one function as arguments to the next function.

published 0.2.1 4 months ago
M
Q
P

Create flow of functions which returns promises

published 1.0.0 9 years ago
M
Q
P

Create a pool of a specified concurrency that accepts functions that return promises

published 3.28.0 6 months ago
M
Q
P

Create portable & reusable sequences of functions.

published 0.4.0 7 years ago
M
Q
P

A very small library for a set of compose functions that are flow-typed

published 1.2.0 5 years ago
M
Q
P

Utility functions for time value of money calculations

published 1.0.4 7 months ago
M
Q
P

Pipeline: make a chain of functions that the output will be the input of the next function.

published 0.1.2 7 years ago
M
Q
P

Manage a stack of functions and execute them with flow control.

published 0.0.12 11 years ago
M
Q
P

A simple node utility to serialize execution of asynchronous functions

published 0.1.3 11 years ago
M
Q
P

relay offers three higher order functions to control flow of “node.js-style” functions – chain, combine and parallel.

published 0.8.0-1 11 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

Invoke functions in series, passing the results of one function as arguments to the next function.

published 1.0.0 8 years ago
M
Q
P

decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it returns a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.`

published 2.0.1 7 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

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

This is lightweight library for serial execution of functions. The main goal of this create engine of middlewares like connect.

published 0.1.0 12 years ago
M
Q
P

Chained invocation of functions with callbacks

published 0.0.1 11 years ago
M
Q
P