Last active
March 5, 2022 15:34
-
-
Save Kashif-E/54b5992268f6cf0065fa9929b3e653e1 to your computer and use it in GitHub Desktop.
Parallel API calls With HOF part 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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