Create a pool of a specified concurrency that accepts promises
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
native-promise-pool is a Node.js library for managing concurrent execution of asynchronous tasks using promises. It allows developers to create a pool with a specified concurrency limit and execute multiple promise-returning functions without exceeding the limit, making it useful for scenarios like batch processing or rate-limited API calls.