Hi i have a list of sentence, i need to call the API for translate this 500 sentence. I would like to call an API that would handle asynchronous and concurrent calls for me example 3 call, when one call it is done it is replaced by the other, as it is on the picture below
what is the best way to implement it? examples are welcome :)