StackRating

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

akarnokd

Rating
1614.12 (1,279th)
Reputation
52,332 (1,888th)
Page: 1 2 3 4 ... 26
Title Δ
Confusion on RxJava onBackPressureBuffer and onBackPressureDrop 0.00
How to unit test Flowable.interval? 0.00
Since Publisher and Subscriber reside in same app limited by same r... -0.98
ViewRootImpl$CalledFromWrongThreadException rxjava setVisibiltiy th... 0.00
RX Java Single not returning from Single.merge +0.29
How does subscription.request(n) in Flow API perform backpressure a... +1.03
RxJava2 Flowable : send objects to server on by one and detect end -0.39
RxJava as replacement for parallel calculating big factorials with... 0.00
Understand Observable.fromArray in RxJava -0.00
Rxjava Scheduler.trampoline versus concatmap -0.73
How to wait for flowable onComplete? -0.50
How to execute many RxJava2 flux in a row 0.00
Operator on RxJava Observable/Flowable to delay emission by n items 0.00
RxJava combine publishsubject with timeout +0.35
rxjava timer throws timeout exception after subscribe has successfu... -0.54
How does PublishProcessor.offer() knows that downstream hasn't... 0.00
Why is my thread count going up with rxjava retry error? +0.34
Reset Observable.interval time on event 0.00
Why am I getting NetworkOnMainThreadException? 0.00
Thread pipelining with RxJava 0.00
RxJava remove duplicates from items based on criteria 0.00
rxjava filter for items in stream not matching any other filters on... 0.00
java.lang.RuntimeException: Failed to invoke public io.reactivex.Ob... 0.00
How to replace Flowable with another without resubscribing 0.00
RxJava: how to process Flowable interactively from console 0.00
How to Make an Observable that Emits Combined Items Emitted by Anot... 0.00
Single delaySubscription equivalent in Completable 0.00
Rx Java: Sleep before OnNext (Sleep before emitting from Observable) 0.00
RxJava - Casting a List to a generic Collection 0.00
RxJava Flowable cache to Single deadlock 0.00
How to subscribe to merged infinite flowables? 0.00
Android RxJava Thread Reusal, Is it a bad practice? 0.00
How can I emit if only another stream has already emitted item and... -0.18
Wait for completion of multiple tasks using RxJava 0.00
Terminate long running task inside background thread +0.34
RxJava 2.x - An Observable getting flatMap triggered by a PublishSu... 0.00
What's the point of .switchIfEmpty() getting evaluated eagerly? -0.64
Mutating array elements in reactive Publisher onNext/doOnNext methods -2.17
Rxjava scan function without initial value 0.00
Is it possible to implement an operator like delay but that also de... 0.00
Android Room database RxAndroid, Exception : java.lang.IllegalState... +1.32
Collect items to Guava Multimap 0.00
Change Data type in the RxJava2 chain 0.00
Observable stops emitting when nested error handler calls onExcepti... 0.00
Returning an Integer with RxJava - problem with subscribeOn 0.00
Rx onErrorReturn is not called when test case run 0.00
How to get all emits after a debounce 0.00
Reactive Streams: How to wait for all publishers, by key? 0.00
Why IoScheduler using ScheduledExecutorService with the poolCoreSiz... 0.00
When should I use blockingGet? 0.00