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?