dmd/changelog/druntime.criticalRegionLock.dd
Nick Treleaven 817ecde722 Fix link
2024-10-25 15:20:54 +08:00

5 lines
235 B
Text

Remove criticalRegionLock
The criticalRegionLock feature suffer from a serious design flaw: $(LINK 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.