Yes, completion of `runBlocking` triggers cancella...
# coroutines
e
Yes, completion of
runBlocking
triggers cancellation of the coroutines that you've started as its children. However, they are still like daemon threads. As soon as your
main
terminates the process is killed. Nothing is called anymore in the dead process.