Skip to content

Commit 3ea2db7

Browse files
committed
Approaches list
1 parent 1c31e18 commit 3ea2db7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
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)