dimsuz
val flowA: MutableSharedFlow<Int> flowB.collectTo(flowA)
shareIn
Joffrey
emitAll()
MutableSharedFlow
flowB.collect(flowA::emit)
Zach Klippenstein (he/him) [MOD]
FlowCollector
flowB.collect(flowA)
collect
@InternalCorouinteApi
A modern programming language that makes developers happier.