Created
December 2, 2017 08:03
-
-
Save abdurahmanadilovic/e744c4726880f1f1a320bbb39d7c576c to your computer and use it in GitHub Desktop.
run coroutine builder
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(UI) { | |
val value = run(CommonPool) { | |
dataStorageImplementation.getStringValue("some_key") | |
} | |
textView.text = value | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment