Please consider making a Pull Request if you are capable of doing so.
Description what you'd like to happen:
Currently, I had implemented the CoroutineScope to use the CoroutineContext to access the job instance.
As per the doInBackground(), using withContext() with a coroutine context. Need to have the same context as above.
Make this doInBackground() cancellable as it's a suspend function.
Please consider making a Pull Request if you are capable of doing so.
Description what you'd like to happen: Currently, I had implemented the
CoroutineScope
to use theCoroutineContext
to access the job instance. As per thedoInBackground()
, usingwithContext()
with a coroutine context. Need to have the same context as above. Make thisdoInBackground()
cancellable as it's a suspend function.