promise-fun by sindresorhus

Promise packages, patterns, chat, and tutorials

updated at June 2, 2024, 3:27 a.m.

Unknown languages

88 +0

4,615 +3

126 +0

GitHub
p-map by sindresorhus

Map over promises concurrently

updated at June 2, 2024, 3:27 a.m.

JavaScript

13 +0

1,238 +5

56 +0

GitHub
bluebird by petkaantonov

bird zap Bluebird is a full featured promise library with unmatched performance.

updated at June 2, 2024, 12:37 a.m.

JavaScript

346 +0

20,430 -1

2,334 -1

GitHub
browserify by browserify

browser-side require() the node.js way

updated at June 1, 2024, 5:03 p.m.

JavaScript

290 +1

14,549 +6

1,186 +0

GitHub
p-limit by sindresorhus

Run multiple promise-returning & async functions with limited concurrency

updated at June 1, 2024, 3:05 p.m.

JavaScript

15 +0

1,751 +14

95 +0

GitHub
task.js by mozilla

Beautiful concurrency for JavaScript

updated at May 31, 2024, 8:29 p.m.

JavaScript

49 +0

1,630 -1

72 +0

GitHub
q by kriskowal

A promise library for JavaScript

updated at May 31, 2024, 7:26 p.m.

JavaScript

407 +0

14,947 -5

1,203 +1

GitHub
p-queue by sindresorhus

Promise queue with concurrency control

updated at May 31, 2024, 1:14 p.m.

TypeScript

23 +0

3,291 +10

175 +0

GitHub
p-timeout by sindresorhus

Timeout a promise after a specified amount of time

updated at May 31, 2024, 12:11 p.m.

JavaScript

7 +0

264 +2

29 +0

GitHub
p-retry by sindresorhus

Retry a promise-returning or async function

updated at May 31, 2024, 12:09 p.m.

JavaScript

7 +0

758 +1

58 +0

GitHub
p-throttle by sindresorhus

Throttle promise-returning & async functions

updated at May 31, 2024, 12:21 a.m.

JavaScript

8 +0

400 +5

28 +0

GitHub
promise by then

Bare bones Promises/A+ implementation

updated at May 29, 2024, 2:15 p.m.

JavaScript

67 +0

2,563 +2

309 +0

GitHub
es6-promise by stefanpenner

A polyfill for ES6-style Promises

updated at May 29, 2024, 12:04 p.m.

JavaScript

132 +0

7,296 -2

593 +0

GitHub
co by tj

The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)

updated at May 29, 2024, 8:54 a.m.

JavaScript

265 +0

11,872 -1

795 +0

GitHub
p-memoize by sindresorhus

Memoize promise-returning & async functions

updated at May 29, 2024, 1:44 a.m.

TypeScript

8 +0

375 +1

29 -3

GitHub
when by cujojs

A solid, fast Promises/A+ and when() implementation, plus other async goodies.

updated at May 26, 2024, 8:45 p.m.

JavaScript

133 +0

3,435 -1

395 +0

GitHub
p-debounce by sindresorhus

Debounce promise-returning & async functions

updated at May 20, 2024, 5:36 a.m.

JavaScript

5 +0

197 +0

23 +0

GitHub
is-promise by then

Test whether an object looks like a promises-a+ promise

updated at May 17, 2024, 4:40 p.m.

JavaScript

10 +0

281 +0

32 +0

GitHub
p-try by sindresorhus

Start a promise chain

updated at May 17, 2024, 3:02 p.m.

JavaScript

6 +0

52 +0

12 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

updated at May 16, 2024, 5:24 p.m.

JavaScript

16 +0

1,503 +0

67 +0

GitHub