StackRating

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

Glenn Sandoval

Rating
1494.07 (4,306,848th)
Reputation
1 (4,416,723rd)
Page: 1 2
Title Δ
Launch two coroutines and wait for single result 0.00
coroutine callback when running job is longer than 10 seconds -1.59
How to create a coroutine Dispatcher for the current thread? +4.35
Android Kotlin Room Repository unable to retrieve row from within d... 0.00
MutableStateFlow force update / notify collector 0.00
Retrieving ViewModel variable after a coroutine has updated the var... 0.00
Cahining coroutines by using extension functions in Kotlin 0.00
How to cancel coroutine with blocking code 0.00
How launch and execute just one coroutine between ViewModel and Liv... +0.07
How to DROP_LATEST with coroutine Flow<T>? -3.34
Synchronized and withContext 0.00
Unique coroutine scope for each item collected in a flow 0.00
Kotlin MutableStateFlow.collect is dropping values 0.00
How Can I Implement Search Function with RoomDatabase 0.00
Use coroutines to make a function return a value obtained in a call... 0.00
Cancel viewModelScope and re-use it later on -3.26
How to show "@coroutine#2","@coroutine#3","... 0.00
Get last item emited by a Flow and dont receive updates -3.92
Kotlin LiveData Coroutines -0.37
How to use Coroutine inside a FloatingActionButton/Button Click event -4.04
When is a NoSuchElementException thrown for a call to flow.single() 0.00
Kotlin coroutines await for 2 or more different concurrent requests 0.00
Making multiple coroutine API calls and waiting all of them 0.00
Coroutine's parent child relationship, getting a particular chi... 0.00
Get coroutine scope reference inside anonymous inner class 0.00
Java several enums as getter/setter +0.50
Get data from room db using async & await -3.83
Cancelling parent job without using explicit Job() object 0.00
kotlin flow is not emitting values from different function 0.00
How to return/convert Flow<Boolean> from Boolean in Kotlin Co... +4.02
How do I cancel a coroutine run inside a withContext? 0.00
Kotlin Coroutines wait for job to complete 0.00
How can i start two Coroutines jobs using the result of previous jo... 0.00
Coroutines Test exception is not handled with neither TestCoroutine... +4.15
How to check if there are 3 consecutive 1s in array in java? -1.37
Function cannot return item with Coroutine block +4.17
How to emit values from different functions, but collect all of the... 0.00
How to display odd numbers in rows of 10 and columns of 5? +2.56
Merging two sorted arrays in Java recursively -4.00
How to fix the result of Binary Search Algorithm(appearing missing... +4.06
why delay makes co routine cancelable +0.58
Move a number to the left in a string recursive 0.00
what is the difference between delay and Thread.sleep in kotlin -1.94
Android: kotlin coroutine background task +4.37
How to run several Kotlin coroutines in parallel and wait for them... +0.28
Queue tasks with Coroutines 0.00
Concurrency in kotlin coroutine flow 0.00
how to pass suspend function as explicit parameter to coroutine bui... -1.07
What are differents between foo().collect{...} and launch { foo().c... -2.26
Android unit testing flow with multiple emit 0.00