drainage:带有短缺通知的简单的基于可暂停 id 的队列系统

时间:2024-07-12 10:37:49
【文件属性】:

文件名称:drainage:带有短缺通知的简单的基于可暂停 id 的队列系统

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-12 10:37:49

JavaScript

#引流 具有短缺通知和优先级的简单的基于可暂停 id 的队列系统 安装 npm install drainage 文档 var drainage = require ( 'drainage' ) ; // concurrency is by default 1 and there is no priority. In this example // the concurrency is 100 // the priority of a task can be a integer between 0 and 10, // small intervals is best for performance var queue = drainage ( { concurrency : 100 , priority : [ 0 , 10 ] } , function ( task )


【文件预览】:
drainage-master
----.gitignore(14B)
----package.json(487B)
----LICENSE.md(1KB)
----test.js(3KB)
----README.md(3KB)
----drainage.js(3KB)

网友评论