Builder
class Builder
Functions
Link copied to clipboard
fun withScope(scope: CoroutineScope = ContextScope.getSupervisor(DispatchersProvider.Default)): Task.Builder
provide your own scope for the task to run on
provide your own scope for the task to run on