broadcast

fun broadcast(broadcast: BindBroadcast.() -> Unit)(source)

Configure bindings for Broadcast (AKA Hot) publishers.

This should be used for publishing data regardless of demand. Publication will be started eagerly and never cancelled.