Post not yet marked as solved
Post marked as unsolved with 1 replies, 178 views
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.