Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Created June 22, 2021 16:05
Show Gist options
  • Save mochadwi/275e0bf6e9c9776fefb5cf559bef276f to your computer and use it in GitHub Desktop.
Save mochadwi/275e0bf6e9c9776fefb5cf559bef276f to your computer and use it in GitHub Desktop.
suspendFunction(
result -> {
// here's is the result
},
exceptions -> {
// throws exception here
},
Dispatchers.getMain()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment