Finalizers, Destructors, RAII, GC

Kagamin spam at here.lot
Thu Apr 29 15:24:14 UTC 2021


On Wednesday, 28 April 2021 at 17:05:55 UTC, Ola Fosheim Grøstad 
wrote:
> On Wednesday, 28 April 2021 at 16:12:37 UTC, Kagamin wrote:
>> On Wednesday, 28 April 2021 at 10:04:20 UTC, Ola Fosheim 
>> Grøstad wrote:
>>> Anyway, if it isn't clear, the basic goal is to allow 
>>> RC-based RAII and GC to coexist.
>>
>> You want synchronized RC?
>
> For shared, but not for nonshared?

GC is multithreaded, if RC is to be compatible, it should be 
multithreaded too, i.e. synchronized.


More information about the Digitalmars-d mailing list