StackRating

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

Roman Elizarov

Rating
1535.42 (14,379th)
Reputation
8,796 (17,708th)
Page: 1 2
Title Δ
Trade-offs of programming with such frameworks as reactivex, kotlin... 0.00
Using emit with Kotlin StateFlow 0.00
Kotlin: How to bypass CancellationException +4.35
How can I run some code async without blocking current coroutinesco... 0.00
How does Kotlin flow created with BroadcastChannel.asFlow() context... 0.00
Kotlin coroutines Mutex owner usage 0.00
How does a Coroutine Continuation internally work? -2.42
Suspend `withTimeout` 0.00
Why is Kotlin much faster than Java at interpreting Brainfuck? 0.00
Is there a Kotlin Coroutines Channel equivalent of RxJava's onD... 0.00
Kotlin Coroutines' utilisation of IO threads 0.00
how to launch 10 coroutines in for loop and wait until all of them... +3.57
Android Coroutines 0.00
Why does kotlin.coroutines.CoroutineContext.Element inherits from k... 0.00
Is failure to call Continuation.resumeX() necessarily a problem? 0.00
Launch a number of coroutines and join them all with timeout (witho... -0.02
Kotlin Coroutines : Waiting for multiple threads to finish +4.23
Kotlin: Get Current CoroutineContext.Key without access to the Coro... 0.00
When you throw an exception in a coroutine scope, is the coroutine... 0.00
Call Kotlin suspend function in Java class 0.00
How to safely select across channels where some may get concurrentl... 0.00
How to let withTimeoutOrNull return null but finish code in the block 0.00
Kotlin Co-Routines - Return a value from Co-routine without blockin... +5.83
How does the delay function in Kotlin internally work? 0.00
Handle cancelation inside Kotlin Coroutines producer +3.88
Kotlin - Chunk sequence based on size and time 0.00
how to use suspendCoroutine to turn java 7 future into kotlin suspe... 0.00
Why does launch swallow exceptions in kotlin coroutines? +4.08
Why do optionals in Kotlin require explicit initialisation? +3.98
Coroutines Android 4.1: subsequent launches not working after block... 0.00
Correct way to suspend coroutine until Task<T> is complete +3.98
Mutex the right way 0.00
HandlerThread replacement in Coroutines 0.00
Modify the Deferred result 0.00
How to make the UI dispatcher resume the continuation immediately 0.00
Shut down the underlying Executor of ExecutorCoroutineDispatcher 0.00
Is there any area where Threads should be favored over Coroutines? 0.00
Kotlin wait for Channel.isClosedForReceive 0.00
Is is possible to suspend a coroutine with a timeout? -2.05
Execute a piece of code when Kotlin channel becomes full +4.00
Is there a way to avoid multiple instances of code when mutating it... +4.24
Existing 3-function callback to Kotlin Coroutines +3.70
Migrate callback code to suspended function 0.00
How can I connect a Producer to an Actor? 0.00
What is the difference between CoroutineContext and Job in kotlinx.... 0.00
How to run suspend method via reflection? 0.00
Can `SendChannel.offer`, `CompletableDeferred.complete`, and simila... 0.00
Kotlin Coroutines with timeout 0.00
Why is there a difference between coroutine builders for Completabl... 0.00
Kotlin parallel coroutines +4.17