Hi
There is a critical code section between the app and its app extensions that needs to be synchronized and done atomically.
What would be a suitable solution to achieve locking and synchronization between app’s processes? Is there a way to share memory or an operation queue between the app and its app extensions?
Thank you