<@U3D2DCKQT> Hmm, if an `await()` is encountered w...
# coroutines
i
@pniederw Hmm, if an
await()
is encountered within the
{}
,
runBlocking
won’t return, will it? I assume
future
executes synchronously until it hits an
await()
?