Also, when an object is cast(shared) before being sent to another thread, it's usually still in scope once the other thread returns.
So there seems to be some very thin chances that existing code will be broken with a thread-local GC.
Etienne Cimon via Digitalmars-d Sun, 16 Nov 2014 08:36:06 -0800
Also, when an object is cast(shared) before being sent to another thread, it's usually still in scope once the other thread returns.
So there seems to be some very thin chances that existing code will be broken with a thread-local GC.