kotlin-flow-extensions
/
hu.akarnokd.kotlin.flow
/
BehaviorSubject
/
emit
emit
suspend
fun
emit
(
value
:
T
)
:
Unit
Emit a value to all current collectors when they are ready.