I am trying to make PDF pages images in a background thread, is there a thread safe way to generate an image from pdfContext / context that is not used:
UIGraphicsGetImageFromCurrentImageContext
AFAIK (almost) all calls to Core Graphics should be safe to use in the background thread until you draw on the screen and share resources (such as graphics contexts) between multiple threads.
Source: https://habr.com/ru/post/1775624/More articles:JSF 2.0: Why is the JSF bean created when it is used in a component that is not displayed? - dependency-injectionChanging properties (details) of an exe file - exeШаблон проектирования для программного обеспечения для проверки вопросов/ответов - designIs the implementation of fastcgi using C ++ possible? - c ++ELMAH XML query field - sql-serverHow to increase id on input fields using jquery on clone - jqueryHow to represent square brackets ([]) in RDoc? - ruby | fooobar.comMySQL IF statement - error script - phpReading System.out.println (Text) from another class - java.NET how to wash an HttpContext object - c #All Articles