Get results from Asyncio tasks those were interrupted by timeout
So I ask myself how to do for example next thing with AsyncIO ?
I have an ordered list of remote API’s urls and need to send data to the first of API’s that can respond < 1 sec, if API can’t response in 1 sec - I need to …
more ...