Skip to content

Instantly share code, notes, and snippets.

@Nublo
Last active February 5, 2020 15:09
Show Gist options
  • Save Nublo/d5f16b358c22bee37ce332cdc4caf655 to your computer and use it in GitHub Desktop.
Save Nublo/d5f16b358c22bee37ce332cdc4caf655 to your computer and use it in GitHub Desktop.
val worker = Worker.start()
worker.execute(TransferMode.SAFE, {"Hello"}) {
println(it)
}.result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment