Skip to content

2023.3.2 (JVM-only)

Compare
Choose a tag to compare
@ForNeVeR ForNeVeR released this 15 Sep 17:31
· 143 commits to master since this release

Changed

  • rd-kt: allow to create Exts from background thread
  • rd-kt: RdCoroutineScope no longer relies on a lifetime (should only be overridden once)
  • rd-kt: lazily initialized CoroutineScope is now a member of a Lifetime

Fixed

  • rd-kt: SignalFlow should no longer get stuck
  • rd-kt: ConcurrentViewableSet::view's callback should get correct item lifetime now