v3.0.10
版本发布时间: 2021-02-01 21:00:40
ReactiveX/RxJava最新发布版本:v3.1.9(2024-08-13 15:46:12)
Enhancement
- Add a system parameter to allow scheduled worker release in the Io
Scheduler
. (#7160) - Add
TestScheduler
option to useonSchedule
hook. (#7163) - Add a system parameter to allow
Scheduler
s to useSystem.nanoTime()
fornow()
. (#7169) - Add fusion support to
concatMap{Maybe|Single|Completable}
. (#7165)
Documentation
- Update marbles of
amb()
,ambArray()
andambWith()
(#7144) - Fix
take()
mentioning the oldlimit()
operator (#7145) - Document
Schedulers.from
vs.RejectedExecutionException
behavior. (#7150) - Update documentation for
NewThreadWorker.scheduleActual
method. (#7164) - Improve Javadocs style of Schedulers. (#7168)
Other
-
onReduceBackpressure
internals cleanup (#7151) - Workaround for
FutureTask.toString
recursion on JDK 10+. (#7173)