JoshK
06/24/2019, 11:55 PMval job = GlobalScope.launch { /* Things here */ }
then job.invokeOnCompletion { /* It's done now */ }
? What's the best way to handle this?elizarov
06/25/2019, 6:00 AMelizarov
06/25/2019, 6:01 AMJoshK
06/26/2019, 8:21 PM