Skip to content

Use an IORef for QSemN

Ben Gamari requested to merge wip/D4896 into master

Replace the outer MVar in QSemN with an IORef. This should probably be lighter, and it removes the need for uninterruptibleMask.

Previously Differential Revision https://phabricator.haskell.org/D4896

Merge request reports