Join Slack
Powered by
Actaully, async/await will work even better, as yo...
# coroutines
e
elizarov
12/08/2016, 5:22 PM
Actaully, async/await will work even better, as you will not be limited to calling
await
inside of
async
block only. You will be able to define your own suspend functions and use them in your
async
blocks.
2
Views
Open in Slack
Previous
Next