On Sep 30, 2016 6:10 AM, Kevin Smith <zenpars...@gmail.com> wrote:
>
> Ideally there will be an `async` version of do expressions, which evaluate to a promise:
>
> ```
> let promise = async do {
>   await something();
> };
> ```
>
> (BTW, if we get such a thing, we might not really need top-level-module-await...)
>
+1 !!

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to