More asynchronicity: asynchronous image encoding
I have been doing some image encoding lately and, as expected, I run into problems. The problems appear usually when the images are large, and manifest themselves through the usual “UI becomes unresponsive” during the encoding process – which can take up to 12-15 seconds sometime and is not nice at all. I was using …