Skip to content

Instantly share code, notes, and snippets.

@af2905
Created October 24, 2023 19:45
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 af2905/296082cb2e51e23df6c86a58c3660cf8 to your computer and use it in GitHub Desktop.
Save af2905/296082cb2e51e23df6c86a58c3660cf8 to your computer and use it in GitHub Desktop.
fun_receive_data
fun receiveData(): String {
// Long synchronous work is performed here.
return "Data received"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment