Leave GC collection to the user of the D library?

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Mon May 10 07:21:41 UTC 2021


On Monday, 10 May 2021 at 03:45:23 UTC, Ali Çehreli wrote:
> https://dlang.org/library/core/sync/rwmutex/read_write_mutex.html
>
> The writer would be the garbage collecting thread in this case.

The implementation seems to use a class monitor an syncronized, 
does that work with non D threads?





More information about the Digitalmars-d mailing list