I am writing an iOS app using swift and need to analyse many photos in parallel. In order to do that, I plan to use a single CIDetector instance (as recommended by Apple).
Is it safe to use the same instance of CIDetector in different threads? Tried to find a documentation about it but had no luck.