'Why the UIDocument open(completionHandler:) method has no @escaping closure?

The open(completionHandler:) method has an asynchronous completionHandler. So why is it not escaping?

Will it cause file access conflicts if I create a custom asynchronous queue for FileManager and using together?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source