文件名称:lworker:Javascript的任务计划程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-09 06:34:43
JavaScript
Leona工人 Javascript的任务计划程序。 特征 QPS对不同类型任务的限制 能够立即或在完成后按需重新运行任务。 阿皮 任务定义: { name : 'any string' , type : Leona . Task . Types . Simple , // or others in Types func : function ( ) { // actual code to run } , opts : { delay : 1000 , // millisec to be dalayed for tast execution async : true , // if true, func must accepts a callback parameter for async callback condition : f
【文件预览】:
lworker-master
----.travis.yml(81B)
----lworker.js(5KB)
----package.json(792B)
----LICENSE(1KB)
----spec()
--------lworker-spec.js(2KB)
--------support()
----.gitignore(586B)
----README.md(2KB)