Skip to content

Releases: diffplug/durian-rx

v5.1.0

01 Feb 02:22
Compare
Choose a tag to compare

v5.1.0

Added

  • RxExecutor.launch lets a user run suspend functions within that executor.
  • GuardedExecutor now has a lazily populated scope which cancels when its guard disposes, as well as a launch method.

v5.0.2

31 Jan 16:47
Compare
Choose a tag to compare

v5.0.2

Fixed

  • Rx.createEmitFlow() now creates a flow with unlimited buffer, same as RxJava's PublishSubject.

v5.0.1

26 Jan 18:19
Compare
Choose a tag to compare

v5.0.1

Changed

  • Downgrade from Kotlin 2.1.0 to 2.0.21