How to do concurrent async image download in PyQt5
Suppose you are building a UI widget that accepts a list of image URLS. When asked, the widget is supposed to download every image, scale it, and set it as an icon for a button....