Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created May 24, 2019 12:34
Show Gist options
  • Save JoseAlcerreca/52706fec1a1b361901ebab52e0109a09 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/52706fec1a1b361901ebab52e0109a09 to your computer and use it in GitHub Desktop.
coroutineScope {
launch { tasksRemoteDataSource.saveTask(it) }
launch { tasksLocalDataSource.saveTask(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment