maxmello
01/09/2019, 12:43 PMTimer.schedule
(one time delayed execution) with coroutines, is there a better way than just launching a coroutine and calling delay() at the beginning? With structured concurrency, it would be able to get cancelled the same way than with cancelling the Timer, right?altavir
01/09/2019, 12:53 PMmaxmello
01/09/2019, 12:58 PMstreetsofboston
01/09/2019, 1:10 PMvishna
01/09/2019, 1:11 PMTimer.schedule
on Android but rather Handler.postDelayed
maxmello
01/09/2019, 1:48 PM