Skip to content

Instantly share code, notes, and snippets.

@wellingtoncosta
Created February 12, 2019 18:19
Show Gist options
  • Select an option

  • Save wellingtoncosta/1637ef778381d44e99eed7424696f509 to your computer and use it in GitHub Desktop.

Select an option

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