queue ts:基于并发的基于promise的工作队列并发性有限 源码
队列ts 基于承诺的并发性受限的工作人员队列。 用法 // Create a queue with two worker threads const queue = new Queue ( 2 ) ; queue . onEmpty ( ( ) => { console . log ( 'done' ) ; } ) ; // Adding tasks to do queue . add ( function task1 ( ) { } ) ; queue . add ( function task2 ( ) { } ) ; queue . add ( function task3 ( )
文件列表
queue-ts-master.zip
(预估有个15文件)
queue-ts-master
.gitignore
39B
package.json
2KB
tslint.json
49B
.npmrc
19B
src
index.ts
1KB
LICENSE
1KB
CHANGELOG.md
10KB
tsconfig.json
272B
暂无评论