Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Coroutine
Prev
Next
Say you have a method that uses a coroutine which has multiple child coroutines? How do you wait all of them to finish? How would you avoid an exception happening inside a child coroutine causing a crash?