add async.md

This commit is contained in:
Ruan Yifeng
2015-06-12 08:29:01 +08:00
parent 9fd42108fa
commit 18aee21e79
2 changed files with 203 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
1. [Iterator和for...of循环](#docs/iterator)
1. [Generator函数](#docs/generator)
1. [Promise对象](#docs/promise)
1. [异步操作](#docs/async)
1. [Class和Module](#docs/class)
1. [编程风格](#docs/style)
1. [参考链接](#docs/reference)