Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Twitter dont block main on file ops (#7298)
* 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.
- Loading branch information