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?
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?