mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
77279067f1
Summary: When using lock-holder objects, it is typically required to conduct all unlocking and relocking through them. That way, the RAII lock-holder does not attempt to unlock an unlocked mutex should the code throw after unlocking but before relocking. Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D29238721 fbshipit-source-id: 2403ce8c9e86f96b56a35a456e017486a2854c74