File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
Asynchronous Programming
22
===============
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

0 commit comments

Comments
 (0)