What’s New

RxJava v4.0.0-alpha-14

v4.0.0-alpha-14
Added
  • Add task coordination primitives and implement a basic concat() operator
  • Add +shared, +parallel, +blocking Scheduler
  • Detect un-awaited CompletionStageDisposables during tests
Fixed
  • Fix Scheduler.toExecutorService() NullPointerException from null worker store
  • Fix Scheduler.toExecutorService(boolean) logic
Removed
  • Remove Scheduler.when due to maintenance burden
What's Changed
Chores
Cleanup
New Contributors

Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-13...v4.0.0-alpha-14

View original