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: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
| Provides an API to control access to shared resources and limit throughput in concurrent systems. | 103 |
| Provides a fast and lightweight semaphore primitive for synchronization in Go programs. | 176 |
| Serializes promise-based operations to ensure predictable order and execution of side effects. | 48 |
| Runs promise-returning & async functions multiple times concurrently | 39 |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| Iterates over promises in serial order, stopping at the first failed promise. | 50 |
| A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| Wait for a specified number of promises to be fulfilled | 36 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
| A utility for running multiple promises concurrently and mapping values to fulfill them | 194 |
| Repeats an action until a condition is met and then resolves a promise | 3 |