I think it's better to use "launch" instead of "co...
# announcements
a
I think it's better to use "launch" instead of "coroutineScope" in your case
g
It would have made sense if
runBlocking
would have had not returned to main() as coroutineScope{...} continue execution. But, it's blocking even a expression below that.