Edoardo Luppi
08/31/2023, 10:30 AMCoroutineScope
at the end of its lifecycle?
Example of scope:
private val myOwnScope = CoroutineScope(Dispatchers.MY_DISPATCHER + SupervisorJob() + CoroutineName("..."))
If I'm not interested in canceling the children jobs, should I still cancel it?Sam
08/31/2023, 10:34 AMSam
08/31/2023, 10:34 AMEdoardo Luppi
08/31/2023, 10:35 AMRobert Williams
08/31/2023, 10:43 AM