Join Slack
Communities
Powered by
Coroutines don't magically make things non-blockin...
# coroutines
d
diesieben07
01/02/2018, 1:02 PM
Coroutines don't magically make things non-blocking. If you call a method inside a
suspend
function and that method blocks, things will still block.
Open in Slack
Previous
Next