We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyncOnSubscribe
@Beta
Completable.andThen(Single)
observeOn
Single.lift
@Experimental
fromCallable
ExecutorScheduler
CompositeException
AsyncSubject
rx.unsafe-disable
sun.misc.Unsafe
sample
merge
flatMap
just(null)
Single.zip()
Single
groupBy
DoAfterTerminate
RxJavaPlugins
switchMap
switchOnNext
concatMap
takeLast()
The text was updated successfully, but these errors were encountered:
A review of #3839 and #3840 would be great and we could release today. The perf work can wait a few releases.
Sorry, something went wrong.
Closing. See PR #3846
No branches or pull requests
Version 1.1.3 - April 8, 2016 (Maven)
API enhancements
SyncOnSubscribe
has been promoted to@Beta
API.Completable.andThen(Single)
operatorobserveOn
overload to configure the prefetch/buffer sizeSingle.lift
public and@Experimental
fromCallable
promotion to@Beta
ExecutorScheduler
worker unsubscriptionAPI deprecations
CompositeException
constructor with message prefixGeneral enhancements
AsyncSubject
now supports backpressurerx.unsafe-disable
system property to disable use ofsun.misc.Unsafe
even if it is availablesample
emits last sampled value before terminationPerformance enhancements
observeOn
now replenishes with constant rateBugfixes
merge
/flatMap
crash when the inner source wasjust(null)
Single.zip()
of zeroSingle
sgroupBy
delaying group completion till all groups were emittedDoAfterTerminate
handle if action throwsRxJavaPlugins
switchMap
/switchOnNext
producer retention and backpressureconcatMap
scalar/empty source behaviortakeLast()
backpressureThe text was updated successfully, but these errors were encountered: