File tree
Expand file treeCollapse file tree1 file changed
+13
-0
lines changed Expand file treeCollapse file tree1 file changed
+13
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | Asynchronous Programming
|
2 | 2 | ===============
|
| 3 | + |
| 4 | +- callback |
| 5 | +- global or context counters, collections and flags |
| 6 | +- utilities (async.js and analogues) |
| 7 | +- data flow (collection iteration utilities) `f(collection, callback, done)` |
| 8 | +- control flow: `parallel/sequence(funcs, done)` |
| 9 | +- Chain/do |
| 10 | +- EventEmitter |
| 11 | +- Collector |
| 12 | +- Promises |
| 13 | +- async/await |
| 14 | +- Observable |
| 15 | +- generators/yield |
You can’t perform that action at this time.
0 commit comments