xObsAsyncImageSource - Asynchronous image source

xObsAsyncImageSource - Asynchronous image source v0.3

If loading fails the async image source will now keep on trying to load the image every second until it succeeds. This way if the file was locked during the last load attempt (e.g. happens when it is updated at the exact time the image source tries to read the file) it will be updated a second later (whereas the original image source would never recover from this until the image file is updated once more).
Top