there is a coroutine context i would like to know ...
# coroutines
w
there is a coroutine context i would like to know when it is cancelled. is this an appropriate method of doing that ?
Copy code
coroutineContext.job.invokeOnCompletion
👌 1