dmd/changelog/druntime.criticalRegionLock.dd
Amaury Séchet cbbc96f5b1 Remove criticalRegionLock
1. It is unused.
2. It doesn't provide the guarantee one think it does. See https://issues.dlang.org/show_bug.cgi?id=24741
2024-09-03 23:47:00 +02:00

5 lines
227 B
Text

Remove criticalRegionLock
The criticalRegionLock feature suffer from a serious design flaw: https://issues.dlang.org/show_bug.cgi?id=24741
It turns out it is not used, so rather than fixing the flaw, the feature was removed.