Idiomatic D using GC as a library writer

Adam D Ruppe destructionator at gmail.com
Sun Dec 4 20:17:31 UTC 2022


On Sunday, 4 December 2022 at 17:53:00 UTC, Adam D Ruppe wrote:
> Interesting... you know, maybe D's GC should formally expose a 
> mutex that you can synchronize on for when it is running.

.......... or compile in write barriers. then it doesn't matter 
if the thread is unregistered, the write barrier will protect it 
as-needed!


More information about the Digitalmars-d-learn mailing list