kotlin-flow-extensions / hu.akarnokd.kotlin.flow / PublishSubject / emit

emit

suspend fun emit(value: T): Unit

Emit the value to all current collectors, waiting for each of them to be ready for consuming it.