Last active
November 30, 2017 19:07
-
-
Save abdurahmanadilovic/4fe458ca10392af7ca20f8e67aa8b763 to your computer and use it in GitHub Desktop.
Example of coroutine launch block
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
launch { | |
// some code | |
val value = dataStorageImplementation.getStringValue("some_key") | |
// some code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment