Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

p‑gather is a small Node.js utility that runs a collection of promise‑returning functions in parallel while limiting how many execute at once (default concurrency = 5). Unlike typical “Promise.all” helpers, it captures every outcome—successful values and thrown errors—returning an array of objects that indicate whether each task succeeded or failed. It’s aimed at developers who need robust, throttled batch processing of asynchronous tasks in JavaScript applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of node-modules/p-gather

Account's avatar
node-modules/is-type-of
complete type checking for node
Account's avatar
node-modules/autod
auto generate dependencies
Account's avatar
eggjs/egg-bin
egg developer tool
Account's avatar
eggjs/egg-ci
Auto gen ci config file
Account's avatar
eggjs/eslint-config-egg
Node.js Style Guide for EggJS

Support the repos that depend on this repository

Top contributors

ngot's profile
ngot
6 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
node-modules

node-modules/p-gather

Execute Promise in parallel with concurrency support and gather all the results.

JavaScript
2
0
MIT License