Join Slack
Powered by
`async(context) { ... }.await()` is equivalent to ...
# coroutines
e
elizarov
01/29/2018, 8:31 AM
async(context) { ... }.await()
is equivalent to
withContext(context) { ... }
and the later form should be always preferred.
👍🏽 2
2
Views
Open in Slack
Previous
Next