|
|
|
|
|
by Tomuus
1016 days ago
|
|
Observables and Generators (iterators) are fundamentally different. Observables are push-based (like a promise) whereas iterators are pull-based (like a function). Glossing over this fact leads to a flawed understanding, not a deeper one. |
|