composeState

fun <A> Signal<A>.composeState(): State<A>(source)

Utility function to assist with using a io.github.yafrl.Signal in Jetpack Compose, by converting it to a androidx.compose.runtime.State.