Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-coroutines

Kotlin difference between CoroutineScope and withContext

Kotlin coroutines, is there a better way to return this value?

UnitTest coroutines Kotlin usecase MVP

Scope confused in coroutines

Problem in using viewModelScope with LiveData

What makes Iterable.map work with suspend functions?

kotlin kotlin-coroutines

How to unit test function that has coroutine `GlobalScope.launch`

Kotlin in Android - Suspend Functions in Room

What is best practice to use coroutine with fragment?

How do I run coroutines as blocking for unit testing?

throw kotlinx.coroutines.JobCancellationException when go to another screen

android kotlin-coroutines

How to cancel and replace Kotlin Coroutine Call

Can't use liveData or viewModelScope.launch

Proper way to pass LiveData in ViewModel taken from suspended Repository

Can anyone explain why these "Inappropriate blocking method call" warnings pop up from my code?

MutableStateFlow difference between value and emit

kotlin kotlin-coroutines

lifecycleScope.launch vs coroutine inside onViewCreated

android kotlin-coroutines

Using OkHTTPClient() inside a coroutine always throws warning "inappropriate blocking method called"

After a coroutine scope is cancel, can it still be used again?

kotlin kotlin-coroutines

Using coroutines in a right way