startIn

fun startIn(scope: CoroutineScope): Job

Start the loop in the given scope.

Return

the coroutine Job launched

Parameters

scope

the scope used to launch actions