Skip to content

Instantly share code, notes, and snippets.

@wellingtoncosta
Created February 12, 2019 18:19
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 wellingtoncosta/1637ef778381d44e99eed7424696f509 to your computer and use it in GitHub Desktop.
Save wellingtoncosta/1637ef778381d44e99eed7424696f509 to your computer and use it in GitHub Desktop.
fun main() {
GlobalScope.launch {
// do some heavy work
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment