activeContainer

fun activeContainer(activeContainer: BindActiveContainer.() -> Unit)(source)

Configure bindings for Active (AKA Cold) container publishers.

This should be used for demand-driven container publication. Publication will be started when first requested and cancelled when no longer needed.