withScope

fun withScope(scope: CoroutineScope = ContextScope.getSupervisor(DispatchersProvider.Default)): Task.Builder

provide your own scope for the task to run on