Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Thread-Safety Analysis by Default
Summary: With the new architecture of `AsyncDebuggerAPI`, we've limited the multi-thread complexity to just that one class. Unlike the old `CDPHandler`, we no longer have recursive mutex that can't be checked with Thread-Safety Analysis (TSA), so all the new code can be validated at compile time using TSA. Reviewed By: fbmal7 Differential Revision: D53622570 fbshipit-source-id: 05d8cce28578dbf41233131b4db4b010017b7a7f
- Loading branch information