Created
July 6, 2020 17:23
-
-
Save catalinghita8/3f5bd5a08bbeba8be1c35152dce16352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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