[Android/Kotlin] coroutine StateFlow, SharedFlow의 등장
Android/Kotlin

[Android/Kotlin] coroutine StateFlow, SharedFlow의 등장


13일 전, LiveData를 대체 가능할 정도의 추가 기능을 가지고 있는 StateFlow와, 기본적으로 EventBus의 기능을 하리라 기대되는 SharedFlow가 Stable API로 등극되었습니다! (짝짝짝) Release Link

 

Release 1.4.1 · Kotlin/kotlinx.coroutines

This is a patch release with an important fix to the SharedFlow implementation. SharedFlow: Fix scenario with concurrent emitters and cancellation of a subscriber (#2359, thanks to @vehovsky for t...

github.com

 

여러 실험을 통해서 글을 쓰려헀으나.. 시간적인 여유가 없어 이렇다~ 얘기만 쓰고 갑니다 ㅠㅠ 

 

 

Reference


blog.jetbrains.com/kotlin/2020/10/kotlinx-coroutines-1-4-0-introducing-stateflow-and-sharedflow/