StackRating

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

Alexei Kaigorodov

Rating
1428.16 (4,535,503rd)
Reputation
10,116 (15,070th)
Page: 1 2 3 ... 18
Title Δ
How to signal a thread in java? 0.00
Understanding Condition Variables - Isn't there always spin-wai... -0.58
How to use notifyAll for a specific thread? +0.09
How to get an element that caused an exception in Flux? -1.60
How to avoid race conditions for duplicate requests? +2.63
Constructing a DAG of cancelable Java tasks 0.00
Ensure that java thread is really suspended -0.48
Java producer consumer stop consumer threads -1.54
Completion order of CompletableFuture +0.72
How to limit speed/amount/performance of coroutines in Kotlin 0.00
What's the best way to write synchronous code using async libra... +0.49
Ensure order of received Rabbit MQ events +0.10
Execute a same action multiple times in parallel and looping on it 0.00
Implicit cast to runnable interface when using threads via anonymou... 0.00
Java interface inherits from two other interfaces - is it possible... 0.00
Why I am able to call a non-void functions without using the return... -0.50
Java slack sdk client how to make the call async +1.85
What is the fastest way I can read and process this one line file i... -1.55
Hazelcast - QueueListener - multithreading or MDB 0.00
Reading from a Flux<Integer> in chunks 0.00
Does Future.cancel(true) remove the task from the queue? -0.54
How do you implement heartbeat-like functionality using Reactor'... +0.08
How do you implement heartbeat-like functionality using Reactor'... +0.08
Synchronize the asynchronous callback method call -2.00
Synchronize the asynchronous callback method call +2.00
Sequential writing and reading (two threads) 0.00
Asynchronous Programming and Reactive Programming 0.00
Execute method with a return type and input parameter in parallel -1.40
Creating a class that mimics a semaphore but the number of permits... 0.00
Java future, promise or? 0.00
How many Futures is too many in Java? -0.76
Difference between addListener() and addCallback() to ListenableFut... 0.00
Multithreading Parent and Child thread execution in Java 0.00
What happens if you make too many calls to CompletableFuture.runAsy... 0.00
How to perform the transformation on CompletableFuture tasks +0.60
Is nesting of futures an anti pattern? +0.43
Is it possible to block other runnables while executing the first o... +3.15
Handle async operation in Java +0.11
Really what is event in Threads? 0.00
Parallelizing deserialization step +0.55
Understanding CompletableFuture simple implementation -0.57
Designing waiting publisher on backpressure - reactive progamming 0.00
Java streaming rest API +0.15
How to analyze multi-threading overhead in Java? 0.00
Reading from blocking queue with multiple threads +0.76
Java - Thread and Static variable -0.60
What's the inter-thread communication mechanism that can await... 0.00
achieving Synchronized behavior with ThreadPoolExecutor using Synch... 0.00
Are worker threads in ForkJoinPool are Daemon threads? -1.70
using for(boolean haveNext = false;;) instead of while(cond) 0.00