EmittingHandler

constructor(collectWithChannel: (Flow<A>, FlowCollector<E>, Job) -> Unit, flow: MutableSharedFlow<E> = MutableSharedFlow())

Parameters

collectWithChannel

defines how to handle the values of the connected Flow