Links (4)
“ https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:lifecycle/lifecycle-livedata-ktx/src/main/java/androidx/lifecycle/FlowLiveData.kt;l=93 should be updated to use `callbackFlow` instead of this hand-rolled channel. ”
“ While callbackFlow is now stable, it appears that awaitClose is still an @ExperimentalCoroutinesApi. Seems like a weird mismatch that makes it hard to use callbackFlow as intended using only stable coroutine APIs... ”
“ It appears awaitClose has been promoted to a stable API in Coroutines 1.6.0 , so we can do this work now. ”