文件名称:whiletrue:开始停止暂停
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-30 21:52:54
JavaScript
真 开始/停止/暂停/重复:Java中的任务运行器 用法 给定以下迭代条件... //Condition: iterate 10 times function condition ( state ) { //In 'state.index' is contained iteration //number '0-based' return state . index < 10 ; } 以及以下要运行的任务,一遍又一遍... //Task: do some work, then invoke "done" function longTask ( done , state ) { //Do some stuff here... console . log ( "Doing some stuff..." ) ; //Argument
【文件预览】:
whiletrue-master
----.gitignore(549B)
----package.json(582B)
----src()
--------whiletrue.js(7KB)
----build()
--------whiletrue.min.js(2KB)
----Gruntfile.js(1KB)
----LICENSE(11KB)
----README.md(1KB)
----.gitattributes(378B)
----bower.json(617B)
----test()
--------whiletrue_spec.js(7KB)