promise-semaphore
Semaphore
Manages concurrent tasks in a serial fashion with configurable parallelism
promise semaphore
29 stars
4 watching
10 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,292 |
sindresorhus/p-all | Concurrently execute multiple promise-returning functions with optional concurrency limits. | 315 |
kamilsk/semaphore | Provides an API to control access to shared resources and limit throughput in concurrent systems. | 103 |
marusama/semaphore | Provides a fast and lightweight semaphore primitive for synchronization in Go programs. | 173 |
sindresorhus/p-map-series | Serializes promise-based operations to ensure predictable order and execution of side effects. | 47 |
sindresorhus/p-times | Runs promise-returning & async functions multiple times concurrently | 38 |
sindresorhus/p-filter | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 72 |
sindresorhus/p-each-series | Iterates over promises in serial order, stopping at the first failed promise. | 50 |
marcoonroad/sporadic | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
funcool/promesa | A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
sindresorhus/p-some | Wait for a specified number of promises to be fulfilled | 36 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
spider-gazelle/promise | A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
sindresorhus/p-props | A utility for running multiple promises concurrently and mapping values to fulfill them | 193 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |