Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryan02420/star-all-settled
Supercharge your promises with parallel, sequential, pooled, and batched resolution
https://github.com/aryan02420/star-all-settled
allsettled async batch bring-your-own-compiler byoc javascript parallel pool promise promises typescript
Last synced: about 1 month ago
JSON representation
Supercharge your promises with parallel, sequential, pooled, and batched resolution
- Host: GitHub
- URL: https://github.com/aryan02420/star-all-settled
- Owner: aryan02420
- License: mit
- Created: 2023-05-15T17:04:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T08:37:26.000Z (6 months ago)
- Last Synced: 2024-07-06T09:38:39.894Z (6 months ago)
- Topics: allsettled, async, batch, bring-your-own-compiler, byoc, javascript, parallel, pool, promise, promises, typescript
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# star-all-settled
Supercharge your promises with parallel, sequential, pooled, and batched resolution
Type
Execution Sequence
Sequential
Batched
size = 2
Batched
size = 3
Pooled
size = 2
Pooled
size = 3
Parallel