ConflatedBroadcastChannel

fun <E> ConflatedBroadcastChannel(value: E)

Creates an instance of this class that already holds a value.

It is as a shortcut to creating an instance with a default constructor and immediately sending an element: ConflatedBroadcastChannel().apply { offer(value) }.


fun ConflatedBroadcastChannel()

Sources

Link copied to clipboard
Link copied to clipboard