emit

open suspend override fun emit(value: T)

Emits a value to the collectors, suspending until the value is fully consumed.

This method is thread-safe and can be safely invoked from concurrent coroutines without external synchronization.