#Need help for parallel programming.

5 messages · Page 1 of 1 (latest)

cinder hare
#

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?

cinder hare
#

Thank you, @topaz notch

#

I solved the problem