Skip to content

Instantly share code, notes, and snippets.

@Kashif-E
Last active March 5, 2022 15:34
Show Gist options
  • Save Kashif-E/54b5992268f6cf0065fa9929b3e653e1 to your computer and use it in GitHub Desktop.
Save Kashif-E/54b5992268f6cf0065fa9929b3e653e1 to your computer and use it in GitHub Desktop.
Parallel API calls With HOF part 1
class repository{
fun getItems( ) {
try {
} catch (e: Exception) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment