文件名称:oath:一个简单、直接的库,使使用 Promise 更容易
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-22 20:41:45
JavaScript
誓言 一个简单、直接的库,使使用 Promise 更容易 拟议职能 Promise.all 具有一定的并发级别 concurrent :: Int -> [ Promise a ] -> Promise [ a ] 将产生承诺的生成器转换为返回承诺的函数 co :: ( Generator ( arguments -> a )) -> ( arguments -> Promise a ) 将接受回调的函数转换为返回承诺的函数 promote :: ( arguments -> ( Error -> a -> () ) -> () ) -> ( arguments -> Promise a ) 例子 co const fs = require ( 'fs' ) ; // readFile :: String -> Promise String const readFile = fu
【文件预览】:
oath-master
----.jshintrc(923B)
----.gitignore(15B)
----.jscsrc(2KB)
----package.json(663B)
----Makefile(484B)
----index.js(1KB)
----README.md(2KB)
----circle.yml(122B)
----test()
--------index.js(2KB)