Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve thread-safety of ASDisplayNode's didExitHierarchy #trivial (#916
) Since `didExitHierarchy` is called without the node's instance lock being held, the lock must be acquired before accessing `pendingInterfaceState`.
- Loading branch information