How to wait for multiple requests

I am trying to figure out what is the best way to wait for multiple requests and do something when they are done, keep in mind that both request lunch at the same time and they shouldn’t wait for each other. // table filling public SUB_getActSearch: Subscription; // table filling 2 public SUB_getDeclarationSearch: Subscription; public… Read More How to wait for multiple requests