-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to experiment between sync and non sync mount item pool
Summary: After we have unified the implementation of `MountItemPool` between rendercore and litho, we are left with one single difference. Litho used synchronized pools, while rendercore didn't. For the sake of simplicity, we are going to test using non-synchronized pools in Litho as well. This behavior is only needed for *MountSpecs* as Primitives/Mountables already rely on the render core default. Reviewed By: zielinskimz Differential Revision: D48731650 fbshipit-source-id: f8e7635aaa4e16cc585e5ce8db6d47c58c003b8e
- Loading branch information
1 parent
369e064
commit be77daf
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters