Hm, wasn't `return await promise` a tiny performance issue?

So you returns a promise, but await it first, and then the return will be wrapped in a promise again as required by the async keyword.

Maybe that's outdated dogma...?

Comments