mp
10/26/2018, 6:50 PMlaunch {}
what I want in 0.25.0 to make a coroutine that runs entirely disconnected from the coroutine executing the request handling logic?Daniel Tam
10/27/2018, 1:30 AMGlobalScope.launch
CoroutineScope
and extends the ktor api somehow. Then you can attach handlers on that class, and use that class as your scope - and when it shuts down then all coroutines related to handling those requests will be correctly cancelledmp
10/27/2018, 3:41 PM