Search results

55 packages found

It's an async foreachloop, duh

published 1.0.0 6 years ago
M
Q
P

No it's not for looping items and returning the result when the looping is done as promises can do thins. It is for looping over an object or an array and waiting for each of the elements to finish computation before iterating over second element.

published 1.0.2 8 years ago
M
Q
P

Resolve arrays of promises and asynchronous tasks sequentially

published 1.0.10 3 years ago
M
Q
P

(ES5 fork) Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation

published 2.0.0 6 years ago
M
Q
P

Very simple queue thing for async functions, for when you need something a bit like a file lock, for a single threaded app, to stop different async functions from clobbering each other's work

published 1.0.1 4 years ago
M
Q
P

A set of fast, high concurrency non blocking IO utilities that will handle any load.

published 1.0.2 9 years ago
M
Q
P

Efficiently sort an array with an asynchronous comparison function. Suitable for sorts driven by prompting the user for each comparison, for instance.

published 0.1.3 9 years ago
M
Q
P

Async For Each

published 1.0.1 4 years ago
M
Q
P

Job queue pool for each user.

published 0.2.1 10 years ago
M
Q
P

Lightweight async iterator for Node.js

published 0.0.13 9 years ago
M
Q
P

Common stuff we do with foreach loops

published 0.0.2 3 years ago
M
Q
P

An angular guard that chains other guards, waiting for each one to complete before proceeding to the next.

published 1.0.0 3 years ago
M
Q
P

A minimal `fs` that returns A+ promises (when). For each `fs.xxx` function, it adds an `fs.xxxP` returning promises.

published 0.1.2 10 years ago
M
Q
P

Iterates over a collection asynchronously.

published 0.0.2 6 years ago
M
Q
P

A simple flow control library for node.js for executing multiple functions as a group, a chain, or distributed over a number of workers. Each will call back when all functions have finished.

published 0.2.0 12 years ago
M
Q
P