Thiyagu
01/02/2020, 2:49 PMrunBlocking
lambda? Is any of my coroutine is leaking? https://gist.github.com/thiyagu06/9813da5a5b12ad91ce0ad8b26043d867#file-hangingcoroutines-kt-L79Christophe Smet
01/02/2020, 2:58 PMThiyagu
01/02/2020, 3:03 PMstop()
, coroutines are stopped producing/consuming values.. I mean both println
statments stop appearing in the console. but somehow main()
is not exiting.Christophe Smet
01/02/2020, 3:11 PMDominaezzz
01/02/2020, 6:09 PMdispatcher.close()
.Thiyagu
01/02/2020, 6:20 PMclose()
method. But if I use <http://Dispatchers.IO|Dispatchers.IO>
jvm exists automatically. Any reason for this behavior?Dominaezzz
01/02/2020, 6:49 PMThiyagu
01/02/2020, 7:29 PM