-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 3.0.10 - February 1, 2021 (Maven)
Enhancement
- Add a system parameter to allow scheduled worker release in the Io
Scheduler
. (Io Scheduler, Scheduled worker release. #7160) - Add
TestScheduler
option to useonSchedule
hook. (3.x: TestScheduler option to use onSchedule hook #7163) - Add a system parameter to allow
Scheduler
s to useSystem.nanoTime()
fornow()
. (3.x: Introduce property rx3.scheduler.use-nanotime #7169) - Add fusion support to
concatMap{Maybe|Single|Completable}
. (3.x: Add fusion support to concatMap{Maybe|Single|Completable} #7165)
Documentation
- Update marbles of
amb()
,ambArray()
andambWith()
(3.x: Update marbles of amb(), ambArray() and ambWith() #7144) - Fix
take()
mentioning the oldlimit()
operator (3.x: Fix take() mentioning the old limit() operator #7145) - Document
Schedulers.from
vs.RejectedExecutionException
behavior. (3.x: Document Schedulers.from's RejectedExecutionException handling #7150) - Update documentation for
NewThreadWorker.scheduleActual
method. (Updating documentation for scheduleActual method #7164) - Improve Javadocs style of Schedulers. (3.x: Improve Javadocs style of Schedulers #7168)
Other
onReduceBackpressure
internals cleanup (3.x: onReduceBackpressure internals cleanup #7151)- Workaround for
FutureTask.toString
recursion on JDK 10+. (3.x: Workaround for FutureTask.toString + JDK 11 build #7173)