Thread overview | |||||
---|---|---|---|---|---|
|
August 30, 2022 [Issue 23313] Accessing TLS is apparently fine from shared context | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23313 --- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> --- 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. -- |
December 17, 2022 [Issue 23313] Accessing TLS is apparently fine from shared context | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23313 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 13 [Issue 23313] Accessing TLS is apparently fine from shared context | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23313 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/20142 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation