wouterdoeland
08/20/2017, 11:55 AM<http://logger.info|logger.info>("command = start")
launch(CommonPool) {
<http://logger.info|logger.info>("in pool for start")
I get the in pool for start
message minutes later than command = start
message.
Am I not using coroutines correctly? I am running a lot of stuff in these launch(CommonPool) blocks.diesieben07
08/20/2017, 12:12 PMwouterdoeland
08/20/2017, 12:15 PMdiesieben07
08/20/2017, 12:19 PM