Is AVAssetExportSession:exportAsynchronouslyWithCompletionHandler thread safe?

I can't find anywhere a clear documentation that determines if I can call it from a different thread than the main thread.
Yes you can call this method from any thread.
Is AVAssetExportSession:exportAsynchronouslyWithCompletionHandler thread safe?
 
 
Q