文件名称:galaxy:与回调和生成器的宇宙和谐
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-26 16:33:52
JavaScript
由于使用了EcmaScript 6生成器,Galaxy用最少的API将async/await语义带入了JavaScript。 在JavaScript中异步/等待 Galaxy使您可以编写异步代码,就像JavaScript具有。 例如,这是您编写异步函数来对文件中的行进行计数的方法: function * countLines ( path ) { var names = yield fs . readdir ( path ) ; var total = 0 ; for ( var i = 0 ; i < names . length ; i ++ ) { var fullname = path + '/' + names [ i ] ; if ( ( yield fs . stat ( fullname ) ) . isDirectory ( ) ) { total
【文件预览】:
galaxy-master
----package.json(350B)
----index.js(79B)
----examples()
--------hello-browser.html(552B)
--------countLines.js(924B)
--------jquery()
--------countLinesParallel.js(988B)
--------hello.js(281B)
----README.md(13KB)
----tutorial()
--------tuto5-files.js(3KB)
--------tutorial.md(15KB)
--------tuto4-catch.js(2KB)
--------tuto2-form._js(975B)
--------tuto6-mongo.js(4KB)
--------tuto3-google.js(2KB)
--------tuto1-hello.js(388B)
--------tuto7-parallel.js(4KB)
----FAQ.md(249B)
----lib()
--------array.md(2KB)
--------galaxy.js(17KB)
--------galaxy.md(3KB)
--------array.js(8KB)
----test()
--------server()
----API.md(173B)