I believe the argument  is that you'd want `await a + b` to be `(await a) + b`, 
whereas with `yield` it's `yield (a + b)`.
 
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to