Hello, during main, I am executing 2 http request, and what would I like to do is somehow resume processing when both request are finished so I can trim/sort and mash the data up in a buffer as if it was a single request.
What method would be recommended to use as an indicator to proceed when 2 request are done in main ?
