https://github.com/think2011/async_demo_coffeescript
async学习笔记demo,coffeescript版,注释完整。
https://github.com/think2011/async_demo_coffeescript
Last synced: 12 months ago
JSON representation
async学习笔记demo,coffeescript版,注释完整。
- Host: GitHub
- URL: https://github.com/think2011/async_demo_coffeescript
- Owner: think2011
- Created: 2014-07-17T02:10:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T08:23:54.000Z (over 11 years ago)
- Last Synced: 2024-04-13T16:27:41.621Z (about 2 years ago)
- Language: CoffeeScript
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
概述
---
* `async` 一个用于解决callback hell(回调嵌套)的类库。
* 类似的库挺多,例如angularjs中的Q.js,但目前async关注率较高,这一次我就随(ying)大(yu)众(lan)吧!:D
* async主要实现了三个部分的流程控制功能
* 集合 :Collections
* 流程控制:Control Flow
* 工具类 :Utils
* 上一条具体介绍可以查看 [粉丝日志](http://blog.fens.me/nodejs-async/) 内的文章,中文注释写很详细。
---
> ##### 技术: async + coffeescript
> ##### 时间: 2014年7月
> ##### 参考: 感谢 [粉丝日志](http://blog.fens.me/nodejs-async/) 的教程
> ##### 博客: [think2011](http://think2011.github.io/)