submada

Results 1 comments of submada

This code show that in multithread enviroment RefCounted can call destructor and dealloc multiple times for same object. ```d import core.atomic : atomicFetchAdd, atomicFetchSub, atomicLoad, atomicStore; import std.experimental.allocator.mallocator : Mallocator;...