//reactivestate-core/com.ensody.reactivestate/MutableFlow/tryEmit
tryEmit¶
[common]\ abstract fun tryEmit(value: T): Boolean
Adds a value to this Flow if there’s still capacity left.
//reactivestate-core/com.ensody.reactivestate/MutableFlow/tryEmit
[common]\ abstract fun tryEmit(value: T): Boolean
Adds a value to this Flow if there’s still capacity left.