An idea for GC and freeing of resources without finalization

rikki cattermole rikki at cattermole.co.nz
Thu Jun 17 12:14:51 UTC 2021


On 18/06/2021 12:02 AM, Ola Fosheim Grøstad wrote:
> That won't work if you have many async connections. Then they are stored 
> in a graph on the heap. My goal is to get rid of the need for finalizers 
> and destructors, to speed up collection and make code easier to write.

async like you are describing isn't limited to one thread, therefore 
yeah, need a different solution.


More information about the Digitalmars-d mailing list