Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use ImplicitSynchronized as appropriate
Summary: To incrementally codemod away `folly::Synchronized`'s `operator->`, and prevent new uses of `operator->`, migrate code that uses `operator->` to `ImplicitSynchronized`. See D48277297 and D32302068 for further context. Reviewed By: Gownta Differential Revision: D48278592 fbshipit-source-id: 09f9ae0f0411cede4f61279fe561620aae230f12
- Loading branch information