emit

suspend fun emit(value: T)

Emits a value to all collectors of this signal.

Parameters

value

The value to emit.