Skip to content

Instantly share code, notes, and snippets.

@Nublo
Created February 5, 2020 15:03
Show Gist options
  • Save Nublo/29d9325119fb3551cf8a402d902e41b2 to your computer and use it in GitHub Desktop.
Save Nublo/29d9325119fb3551cf8a402d902e41b2 to your computer and use it in GitHub Desktop.
val scope = CoroutineScope(Job())
val job = scope.launch {
// Coroutine
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment