Join Slack
Communities
Powered by
<@U0ANSGGVC> even better is to replace `async(cach...
# coroutines
e
elizarov
05/17/2017, 2:54 PM
@kirillrakhman
even better is to replace
async(cached) { ... }.await()
with
run(cached) { ... }
. Effect is the same, but the intent is clearer
Open in Slack
Previous
Next