Posts by Wellington Braga • 1 point
1 post
-
0
votes0
answers22
viewsQ: Asynchronous Tasks using Kotlin Coroutines
I’m readjusting an application and need to implement asynchronous routines using the coroutines. I am currently trying to use the function 'Globalscope.Launch(Dispatchers.Main) {}' as an alternative…