Coroutines don't magically make things non-blockin...
# coroutines
d
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.