https://issues.dlang.org/show_bug.cgi?id=23313
--- Comment #1 from anonymous4 <[email protected]> --- The shared attribute on the delegate applies to captured closure variables. TLS isn't part of closure context, in a way it's stored in the thread, not in the closure. Normal shared methods can access TLS just fine too. --
