标签:类库 span trunk gen 转换 git generator 执行 参数
1.trunkify
将异步操作函数(有一个参数是回调函数的函数)转换为trunk函数
https://github.com/wangfupeng1988/js-async-tutorial/blob/master/part4-generator/04-thunk.md
2.co
使得生成器自动向下执行的类库,类似于run
https://github.com/wangfupeng1988/js-async-tutorial/blob/master/part4-generator/05-generator-for-async.md
3.Q.js
将异步操作函数转换为promise的类库
https://github.com/wangfupeng1988/js-async-tutorial/blob/master/part3-promise/05-promise-q.md
常见方法如:q.fncall,q.fnapply,q.denodeif
标签:类库 span trunk gen 转换 git generator 执行 参数
原文地址:http://www.cnblogs.com/bobodeboke/p/6506559.html