1.1.1 • Published 1 year ago

p-pool v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

install

yarn add p-pool

Usage

const PPool = require("p-pool");
const tasks = []; // Array<() => Promise<any>>
const pool = new PPool(tasks, (threshold = 10)); // max concurrence
pool.run();
1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago