`delay` suspends. If `doSomething1()` suspends, th...
# coroutines
e
delay
suspends. If
doSomething1()
suspends, then
doSomething2()
starts using the thread
👍 1