I have a serial NSOperationQueue
I have an NSOperation subclass which read a file from disk, create a UIImage from it, and then display the image on the main thread.
Pretending the queue containing about a hundred of NSOperations, what would be the most efficient and graceful solution for such rapid UI updates from the background thread?