So it clearly blocks until the first suspending fu...
# coroutines
u
So it clearly blocks until the first suspending function gets called. Only then will
inBackground
return. Then, the rest is executed in the background, including the final continuation
after future
.