<@U0ANSGGVC> even better is to replace `async(cach...
# coroutines
e
@kirillrakhman even better is to replace
async(cached) { ... }.await()
with
run(cached) { ... }
. Effect is the same, but the intent is clearer