On Thursday, 21 May 2015 at 12:33:33 UTC, Steven Schveighoffer wrote:
At this moment, a thread-local-only heap pointer must deal with multi-threading issues simply because destructors can run on another thread, even though the reference is thread-local. The biggest example right now is reference-counted structures such as std.stdio.File.

You mean the reference counting part?

Reply via email to