-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Simply add record definition and getter for newtype IVar. The only behavior change is that we added bang patterns for a few cases where the IORef is already used. This was done for most cases before but missed in a few places. This almost no-op change will make it easier to change the definition of IVar in profiled version in stacked change. Reviewed By: josefs Differential Revision: D19855621 fbshipit-source-id: eddbcba48c83f5ba9eb8b1ea312760568c390fd5
- Loading branch information
1 parent
0e28550
commit 78e84d6
Showing
3 changed files
with
25 additions
and
19 deletions.
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
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