python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is exactly for Custom Coroutine Scope?
I know enough about coroutines-dispatchers-lifecycle scopes-async await.
And it is obvious that all scope.launch functions returns job which we can manage coroutine lifecycle.
Only thing i can not und...
Kerim Memmedzade
Votes: 0
Answers: 3
Concurrency problem with Coroutines and Socket Android
I have a chat application which of course works with Sockets. So i have build a SocketManager where i have the callbacks and the sendMethod from the implementation 'com.neovisionaries:nv-websocket-cli...

james04
Votes: 0
Answers: 1
Kotlin Android - correct way to dispatch to main thread
I am using OkHttp library to download some data from the internet in my androidx.lifecycle.ViewModel
I then want to update my LiveData. It seems that doing it from background thread throws exception l...
zaitsman
Votes: 0
Answers: 3
How to manage coroutines in MainActivity with waiting until done?
I use GlobalScope with runBlocking in MainActivity, but I do not use there a flow just suspend function. I would like to change GlobalScope to other Scope from Coroutines.
UseCase
class UpdateNotifica...
chrisu.chrisu
Votes: 0
Answers: 1