|
|
|
|
|
by h1d
3538 days ago
|
|
What do you mean by "end up with bloated, complex code"? You only add '*' and 'yield' (or 'await' and 'async') and write like any synchronous code once you wrap it under co module and such. async/await is for ES7. TypeScript already has an implemention though. |
|