Andrew Gazelka
shareIn
aFlow = flow(1,2,3).onEach{ println("A $it") } shared = aFlow.lazyCache() shared.take(1).forEach{ println("B $it")} shared.take(2).forEach{ println("C $it")}
Tijl
SharedFlow
tseisel
shareIn(scope, SharingStarted.LAZY)
replay
Flow
asFlow
ArrayDeque
Flow.toList
A modern programming language that makes developers happier.