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/
'Android > Kotlin' 카테고리의 다른 글
[Android] WorkManager + Coroutine으로 매일 특정시간에 Notification 띄우기 (5) | 2020.04.21 |
---|---|
[Android/Kotlin] Error Handling By CoroutineExceptionHandler In MVVM Architecture (2) | 2020.02.25 |
[Android/Kotlin] CoroutineContext이 구성요소들을 추가하는 방법 (1) | 2020.02.25 |
[Android/kotlin] List vs MutableList vs ArrayList vs LinkedList (4) | 2020.01.28 |
[Kotlin] 함수형 프로그래밍 (0) | 2020.01.06 |