emit

abstract suspend fun emit(value: T)(source)

Collects the value emitted by the upstream. This method is not thread-safe and should not be invoked concurrently.