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

emit

suspend fun emit(value: T): Unit

Emit a value to all current collectors when they are ready.