loloof64
11/18/2021, 12:24 PMcoroutineScope.launch {
in order to start a coroutine in my code. But is there a variant of launch
which runs the coroutine for a given amount of time, instead of infinitely ? Because otherwise, I'm afraid my code, which is a bit a kind of spaghetti as now, will be worse.Csaba Kozák
11/18/2021, 12:25 PMloloof64
11/18/2021, 12:26 PM