github Kotlin/kotlinx.coroutines 1.7.2

latest releases: 1.9.0, 1.9.0-RC.2, 1.9.0-RC...
15 months ago

Bug fixes and improvements

  • Coroutines debugger no longer keeps track of coroutines with empty coroutine context (#3782).
  • CopyableThreadContextElement now properly copies an element when crossing the coroutine boundary in flowOn (#3787). Thanks @wanyingd1996!
  • Coroutine timeouts no longer prevent K/N newSingleThreadContext from closing (#3768).
  • A non-linearizability in Mutex during tryLock/unlock sequence with owners is fixed (#3745).
  • Atomicfu version is updated to 0.21.0.

Don't miss a new kotlinx.coroutines release

NewReleases is sending notifications on new releases.