Skip to content

Instantly share code, notes, and snippets.

@anitaa1990
Created July 10, 2024 11:51
Show Gist options
  • Save anitaa1990/359e0ae01a2a16b18f012cb3f9e41e7f to your computer and use it in GitHub Desktop.
Save anitaa1990/359e0ae01a2a16b18f012cb3f9e41e7f to your computer and use it in GitHub Desktop.
suspend fun doSomething(): Int {
delay(1000L) // pretend we are doing something useful here
return 13
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment