Hello folks, we have recently started experimentin...
# coroutines
w
Hello folks, we have recently started experimenting with CoroutineWorker APIs from WorkManager. Is there any way to customize the underlying scope and exceptionHandler in for these workers(given the job object is internal in the class and we can only override the dispatcher)?
l
I think so, just look at the
CoroutineWorker
class, or press ctrl+O in your subclass (for override)