#Need help for parallel programming.
5 messages · Page 1 of 1 (latest)
use Async tasks
od Threads
5 messages · Page 1 of 1 (latest)
I have an endpoint with 2 apis. One is fast and one is slow. I need to call them and execute parallel. I mean I don't want to wait until one api call is done to call another api endpoint. Any suggestion?
use Async tasks
od Threads