Join Slack
Powered by
The problem is, if you block inside a coroutine, y...
# coroutines
d
diesieben07
12/13/2017, 1:17 AM
The problem is, if you block inside a coroutine, you have
no idea
where it will block. Calling the
suspend
function might block, calling
await
may block. Any other suspend points may block. Overall, terrible things happen...
2
Views
Open in Slack
Previous
Next