Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Created July 6, 2020 17:23
Show Gist options
  • Select an option

  • Save catalinghita8/3f5bd5a08bbeba8be1c35152dce16352 to your computer and use it in GitHub Desktop.

Select an option

Save catalinghita8/3f5bd5a08bbeba8be1c35152dce16352 to your computer and use it in GitHub Desktop.
private val scope = CoroutineScope(Dispatchers.IO)
override fun onCreate(savedInstanceState: Bundle?) {
...
scope.launch { viewModel.requestInitializeNLP() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment