You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscribe([...], DisposableContainer) for better Disposable management and reference cleanup. (#7298)
RxJavaPlugins.createExecutorScheduler() for creating an Executor-based Scheduler before the Schedulers class (and thus the standard schedulers) gets initialized. (#7306)
Behavior changes
The scheduler purge thread has been removed. Removing cancelled timed operations is now managed by the setRemoveOnCancelPolicy of the underlying ScheduledExecutorService. (#7293)
Documentation
Fixed wording of the fair parameter of Schedulers.from. (#7301)
Update withLatestFrom javadoc about upstream early complete (#7289)
Other
@NonNull annotations on generic type arguments were made consistent across. (#7302, #7303)
The text was updated successfully, but these errors were encountered:
Version 3.1.0 - August 9th, 2021 (Maven)
JavaDocs
API promotions
Flowable.onBackpressureReduce()
+ 1 (#7296)RxJavaPlugins.getOnParallelSubscribe()
andRxJavaPlugins.setOnParallelSubscribe()
(#7296)TestScheduler([...] boolean useOnScheduleHook)
(#7296)API additions
subscribe([...], DisposableContainer)
for betterDisposable
management and reference cleanup. (#7298)RxJavaPlugins.createExecutorScheduler()
for creating anExecutor
-basedScheduler
before theSchedulers
class (and thus the standard schedulers) gets initialized. (#7306)Behavior changes
setRemoveOnCancelPolicy
of the underlyingScheduledExecutorService
. (#7293)Documentation
fair
parameter ofSchedulers.from
. (#7301)withLatestFrom
javadoc about upstream early complete (#7289)Other
@NonNull
annotations on generic type arguments were made consistent across. (#7302, #7303)The text was updated successfully, but these errors were encountered: