|
|
|
|
|
by Shoothe
2996 days ago
|
|
I don't see how this reply addresses the core point, it just argues that async await is useful (that's fine but not novel by itself). It is possible to work around the "color" by using generators [0], that way one algorithm can be used in synchronous and asynchronous way. Async await tightly bind to underlying Promises. [0]: https://curiosity-driven.org/promises-and-generators#decoupl... |
|