@antmind/task-pool
A simple Node.js functional tasks pool implementation, supported both synchronous and asynchronous functions.
A simple Node.js functional tasks pool implementation, supported both synchronous and asynchronous functions.
An execution pool that allows to queue asynch functions and control how many promises wait in parallel
task-pool 提供了任务池的功能,可控制任务的并发;即便于独立使用,又便于管理已有的任务业务