Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-coroutines

What's the difference between a failed job and a job that has completed exceptionally?

kotlin kotlin-coroutines

How to cancel with and without interruption using Coroutines on Android, including auto-cancellation according to lifecycle?

How to create a coroutine Dispatcher for the current thread?

How should I restart/retry Kotlin coroutine after exception in Android

Do the kotlin extension functions in com.android.billingclient:billing-ktx dispatch to Dispatchers.IO internally?

How to handle exceptions a list of deferred in Kotlin to get successful elements?

kotlin kotlin-coroutines

How do you do a parallel fold on a Kotlin sequence?

How do you know when you need to yield()?

kotlin kotlin-coroutines

Is StateFlow usable with Room? If yes, how?

Is it okay to call `cancel()` more than once on the same Kotlin coroutine?

kotlin kotlin-coroutines

How to check if coroutines are using the same context?

java.lang.IllegalStateException when collecting flow from SqlDelight in ViewModel

SharedFlow in Android project not working as expected

How to emit() LiveData results to an existing LiveData object?

Multiple loop calls with coroutines

Understanding CoroutineScope(Job() + Dispatchers.Main) syntax

SharedFlow : mapLatest not getting triggered

Flow wait some time, then gather all emitted elements into a list, and keep this process running

why runBlocking is not blocking the invoking thread

kotlin kotlin-coroutines

Kotlin flow inside flow, the parent flow does not call collect