zak.taccardi
09/10/2024, 8:50 PM[LazyDeferredCoroutine{Active}@9925657, IdlingResourceDispatcher@c1fc9e5] coroutine is still running
I also have access to the CoroutineContext
and Runnable
inside of CoroutineDispatcher.dispatch:
override fun dispatch(context: CoroutineContext, block: Runnable)
any way to throw an exception or something here and have it show me which coroutine is deadlocked?zak.taccardi
09/10/2024, 8:53 PMjob
of the CoroutineContext
- but I need to fail it with an exception - not cancel it normally via job.cancel(cancellationException)
Dmitry Khalanskiy [JB]
09/13/2024, 9:30 AM