StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Marko Topolnik

Rating
1661.22 (417th)
Reputation
153,482 (364th)
Page: 1 2 3 4 ... 67
Title Δ
Make part of coroutine continue past cancellation +0.26
Invoking a function twice by two coroutines simultaneously -2.65
If lifecycleScope is supervisor, why its child coroutine's fail... -0.93
Switching to a 'Main' coroutine and suspending it to send r... 0.00
When do we use launch(SupervisorJob())? 0.00
How can i approach an object expression returned in Kotlin 0.00
I need to migrate Kotlin Corotine experimental functions to stable... +0.27
How to use coroutine scope to call web service and handle error kot... +1.14
Kotlin Coroutines Run blocking not working as expected and Cannot b... +0.29
What is the diffrent about write or not suspendCoroutine/resume in... 0.00
Add Flow for Boolean That Gets Updated 0.00
Kotlin Lazy Coroutine in android 0.00
Does Kotlin await in order in parameters? 0.00
How to execute a blocking coroutine call in kotlin and specify the... -0.72
When to specify Dispatchers.xxx for coroutines in classes -0.21
Android and Kotlin coroutines: inappropriate blocking method call +0.27
Difference between globalScope , corountineScope and viewScope in K... 0.00
Catch exceptions from different scope possible? 0.00
How to restart job after cancel in kotlin coroutines? 0.00
Kotlin Coroutine SupervisorJob canceling behaviour 0.00
Launch a coroutine from a click event in a fragment -2.98
Is there a way to launch a runnable within a Kotlin coroutine scope? 0.00
Confused about Kotlin's suspending functions in relation to cor... 0.00
How to pass result as it comes using coroutines? +0.67
Coroutines CancellationException expected behaviour 0.00
How to wait and properly return value from async coroutine +0.27
How to update UI thread from coroutines background thread? +0.03
How to convert coroutines Flow<List<T>> to List<T> +0.27
Can something bad happen when using runBlocking from a coroutine? 0.00
Flow reducing operations expect suspend function 0.00
What happens if a non-suspend function is called from a coroutine? -1.58
Kotlin coroutines - how to run in background and use result in the... -0.44
Idioms (light design patterns) for coroutine bodies that are long? 0.00
Kotlin Coroutines: Channel vs Flow 0.00
Difference between CoroutineScope and coroutineScope in Kotlin -1.42
java.lang.ClassCastException: kotlinx.coroutines.CompletableDeferre... +0.63
Why `async` doesn't inherit SupervisorJob if called directly in... -0.54
Kotlin async speed test results evaluation 0.00
Geo-tagging in Android 0.00
Is Job launched from CoroutineScope with SupervisorJob also a Super... +0.26
Why is this coroutines demo crashing? 0.00
Difference between usage of Dispatcher IO and Default -2.54
How To await a function call? 0.00
How does a Coroutine Continuation internally work? +0.30
Why i can't use emit function in Kotlin Flow like rxJava.Single... +0.68
How to efficiently show loading dialog if kotlin coroutine job take... +0.27
when the thread will suspend a suspend-function? 0.00
Visibility in Kotlin coroutines 0.00
Do I still need to use background thread if I use coroutine to read... +0.26
Is it possible to make several parallel calls and accept the first... 0.00