Skip to content

Instantly share code, notes, and snippets.

@Nublo
Created February 5, 2020 15:34
Show Gist options
  • Save Nublo/659d1982a4dcb9c0b11e59a08cb1b054 to your computer and use it in GitHub Desktop.
Save Nublo/659d1982a4dcb9c0b11e59a08cb1b054 to your computer and use it in GitHub Desktop.
fun print() {
val someData = SomeData("Hello", 1)
worker.execute(TransferMode.Safe, { someData }) {
printlnt(it)
}.result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment