<kotlin CoroutineScope vs Parent Job pattern> i am...
# stackoverflow
u
kotlin CoroutineScope vs Parent Job pattern i am confused with custom CoroutineScope. up till now we used to create utility function which take care of jobs and we can cancel them when controller/view moves out of scope. so do we really need to create custom CoroutineScope? following are the function which we are using to run custom block. fun launchAsync(block:...