Skip to content

Instantly share code, notes, and snippets.

@nanlabsweb
Created April 5, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanlabsweb/acc4d07bfa2437e6c6fadceb0333ead3 to your computer and use it in GitHub Desktop.
Save nanlabsweb/acc4d07bfa2437e6c6fadceb0333ead3 to your computer and use it in GitHub Desktop.
Coroutine delay example
launch {
delay(1000)
println("Hello from Kotlin Coroutines!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment