dave08
03/16/2020, 1:56 PMCoroutineWorker uses launch to run doWork , does that mean that a crash can't be caught with a regular try/catch? Does a CoroutineExceptionHandler need to be installed for that? If so, where?Adam Powell
03/16/2020, 2:05 PMdave08
03/16/2020, 2:10 PM