startIn

fun startIn(scope: CoroutineScope): Loop<TState, TModel, TArgs, TDependency, TAction>

Start the loop in the given scope.

Parameters

scope

the scope used to launch actions

Throws

if the loop has already started