https://kotlinlang.org logo
Title
g

Guru

06/08/2019, 8:02 AM
In the above code I have purposefully did not close a channel. Can any one tell me how to know if this is the coroutine which is still running/waiting...? (or) in other words.. I wan to debug a coroutine which is still running in IntelliJ. Please help. Normally if it was a thread then we could look at thread dump and figure out which thread is still running. but how do we do that for coroutine?
v

Vans239

06/08/2019, 3:29 PM