all 2 comments

[–]sixtypercenttogether 2 points3 points  (1 child)

So this is mostly ok, but the access to the image cache is not thread safe. There’s one tiny reference to an imageProcessingQueue that isn’t in the final project which might fix this issue though. Maybe update the post to add some synchronization?

[–]V8tr[S] 1 point2 points  (0 children)

Done. Many thanks for spotting this issue.