promise-semaphore

Semaphore

Manages concurrent tasks in a serial fashion with configurable parallelism

promise semaphore

GitHub

29 stars
4 watching
10 forks
Language: JavaScript
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sindresorhus/p-mapA utility for mapping over promises concurrently while controlling concurrency and error handling.1,376
sindresorhus/p-allConcurrently execute multiple promise-returning functions with optional concurrency limits.319
kamilsk/semaphoreProvides an API to control access to shared resources and limit throughput in concurrent systems.103
marusama/semaphoreProvides a fast and lightweight semaphore primitive for synchronization in Go programs.176
sindresorhus/p-map-seriesSerializes promise-based operations to ensure predictable order and execution of side effects.48
sindresorhus/p-timesRuns promise-returning & async functions multiple times concurrently39
sindresorhus/p-filterTool for filtering and concurrent execution of promises with an adjustable concurrency level75
sindresorhus/p-each-seriesIterates over promises in serial order, stopping at the first failed promise.50
marcoonroad/sporadicA set of abstractions for concurrency and asynchronous programming in JavaScript18
funcool/promesaA promise library and concurrency toolkit for Clojure and ClojureScript.498
sindresorhus/p-someWait for a specified number of promises to be fulfilled36
busterc/promise-do-whilstRepeats an action until a condition is met, then resolves a promise.3
spider-gazelle/promiseA library providing typed promises for Crystal language to simplify concurrency and asynchronous programming.42
sindresorhus/p-propsA utility for running multiple promises concurrently and mapping values to fulfill them194
busterc/promise-untilRepeats an action until a condition is met and then resolves a promise3