withInitialValue

fun <T> withInitialValue(initial: T, scope: CoroutineScope? = null): Signal<T>