You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove sync wait on filesystem from main queue
On initialization, a promise is created that synchronously
waits on an NSOperationQueue with file ops in it. Re-work
this so that the promise is asynchronously fulfilled with
an operation that is inserted into the queue, and then
dispatched back to the main queue when finished.
0 commit comments