p-times by sindresorhus

Run promise-returning & async functions a specific number of times concurrently

updated at Jan. 31, 2024, 3:11 a.m.

JavaScript

7 +0

36 +0

5 +0

GitHub
p-break by sindresorhus

Break out of a promise chain

updated at Jan. 31, 2024, 3:19 a.m.

JavaScript

6 +0

21 +0

5 +0

GitHub
p-filter by sindresorhus

Filter promises concurrently

updated at Feb. 2, 2024, 1:06 a.m.

JavaScript

7 +0

70 +0

8 +0

GitHub
p-pipe by sindresorhus

Compose promise-returning & async functions into a reusable pipeline

updated at March 3, 2024, 10:41 p.m.

TypeScript

7 +0

118 +0

16 +0

GitHub
native-promise-only by getify

A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.

updated at March 13, 2024, 2:42 p.m.

JavaScript

33 +0

725 +0

78 +0

GitHub
p-settle by sindresorhus

Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency

updated at March 19, 2024, 10:23 a.m.

JavaScript

6 +0

89 +0

11 +0

GitHub
p-lazy by sindresorhus

Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called

updated at April 11, 2024, 1:49 p.m.

JavaScript

8 +0

263 +0

10 +0

GitHub
promise-semaphore by samccone

promise semaphore

updated at April 17, 2024, 9:16 p.m.

JavaScript

4 +0

29 +0

10 +0

GitHub
p-wait-for by sindresorhus

Wait for a condition to be true

updated at April 19, 2024, 10:42 a.m.

JavaScript

8 +0

150 +0

19 +0

GitHub
promise-nodeify by kevinoid

Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.

updated at April 19, 2024, 4:41 p.m.

JavaScript

2 +0

2 +0

0 +0

GitHub
p-defer by sindresorhus

Create a deferred promise

updated at April 22, 2024, 2:32 a.m.

JavaScript

8 +0

66 +0

8 +0

GitHub
p-if by sindresorhus

Conditional promise chains

updated at April 27, 2024, 6:31 a.m.

TypeScript

7 +0

58 +0

6 +0

GitHub
p-each-series by sindresorhus

Iterate over promises serially

updated at April 27, 2024, 6:31 a.m.

JavaScript

6 +0

48 +0

7 +0

GitHub
loud-rejection by sindresorhus

Make unhandled promise rejections fail loudly instead of the default silent fail

updated at April 27, 2024, 12:10 p.m.

JavaScript

11 +0

281 +0

24 +0

GitHub
delay by sindresorhus

Delay a promise a specified amount of time

updated at April 29, 2024, 7:59 a.m.

JavaScript

16 +0

605 +0

43 +0

GitHub
p-props by sindresorhus

Like `Promise.all()` but for `Map` and `Object`

updated at May 1, 2024, 2:25 a.m.

TypeScript

7 +0

188 +0

25 +0

GitHub
promise-it-wont-hurt by stevekane

A Workshopper module that teaches you to use promises in javascript

updated at May 4, 2024, 6:06 a.m.

JavaScript

11 +0

733 +0

219 +0

GitHub
promise-cookbook by mattdesl

orange book a brief introduction to using Promises in JavaScript

updated at May 5, 2024, 2:45 p.m.

Unknown languages

44 +0

1,610 +0

197 +0

GitHub
p-all by sindresorhus

Run promise-returning & async functions concurrently with optional limited concurrency

updated at May 6, 2024, 1:43 a.m.

JavaScript

10 +0

301 +0

13 +0

GitHub
lie by calvinmetcalf

A basic but performant promise implementation.

updated at May 6, 2024, 9 a.m.

JavaScript

16 +0

746 +0

67 +0

GitHub