On Thursday, 23 January 2014 at 16:15:46 UTC, Frustrated wrote:
On Thursday, 23 January 2014 at 14:49:11 UTC, Dicebot wrote:On Thursday, 23 January 2014 at 14:44:01 UTC, Frustrated wrote:
Precisely because the STACK is not TLS makes functions not threadsafe(since data is already "safe" in d).
Well, with a nasty hack you sort of can make a copy of stack for a delegate, but even then: pointers and references live on the stack too, yet they are aliases.