| feature | Promises | streams | generators |
|---|---|---|---|
| asynchronous (can push from inner callbacks) |
true | true | false |
| multiple push | false | true | true |
| error catch | true | false | false |
| error forwarding | true | false | true |
| external dependency is a must | false | true | false |
Last active
August 29, 2015 14:01
-
-
Save RReverser/7158e245bd084d2e0348 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment