selectSubscribe

open fun <P> CoroutineScope.selectSubscribe(property: KProperty1<S, P>, block: (P) -> Unit): Job

Subscribe for property changes in state.