Hey guys, this might be a weird question but is th...
# android
b
Hey guys, this might be a weird question but is there a way to start a tagged co-routine? To be able to cancel batch of them if a parameter is changed. Is dedicated a job for related tasks the only way to do this?
j
The abstraction to group and cancel coroutines together is a
CoroutineScope
. Launch them in the same scope and then cancel the scope