_internalSF

fun <VM : MavericksViewModel<S>, S : MavericksState, T> VM._internalSF(owner: LifecycleOwner?, asyncProp: KProperty1<S, Async<T>>, deliveryMode: DeliveryMode = RedeliverOnStart, onFail: suspend (Throwable) -> Unit? = null, onSuccess: suspend (T) -> Unit? = null): Job