Skip to content

Instantly share code, notes, and snippets.

@AndreVero
Created September 23, 2024 15:57
Show Gist options
  • Save AndreVero/e60e30d588e8ea6c66eb4b9ad8cb830b to your computer and use it in GitHub Desktop.
Save AndreVero/e60e30d588e8ea6c66eb4b9ad8cb830b to your computer and use it in GitHub Desktop.
private var job: Job? = null
fun setUrl(url: String) {
job?.cancel()
job = scope.launch {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment