UNPKG

cwait

Version:

Limit number of promises running in parallel

5 lines (4 loc) 186 B
// This file is part of cwait, copyright (c) 2015- BusFaster Ltd. // Released under the MIT license, see LICENSE. export { Task } from './Task'; export { TaskQueue } from './TaskQueue';