Initializing D runtime and executing module and TLS ctors for D libraries

tsbockman thomas.bockman at gmail.com
Thu Jan 28 00:16:47 UTC 2021


On Sunday, 24 January 2021 at 03:59:26 UTC, Ali Çehreli wrote:
> I am surprised how much I had learned at that time and how much 
> I've already forgotten. :/ For example, my PR involves 
> thread_setThis, which seems to be history now:
>
>
> https://docarchives.dlang.io/v2.068.0/phobos/core_thread.html#.thread_setThis
>
> And thread_detachThis seems to be missing now:
>
>   https://dlang.org/phobos/core_thread.html
>
>   https://dlang.org/phobos/core_thread_osthread.html
>
> Documentation issue or is it not needed anymore?

The documentation build on dlang.org is broken. Check the source 
code or Adam D. Ruppe's dpldocs.info for the complete 
documentation:
     
http://dpldocs.info/experimental-docs/core.thread.osthread.html

You'll find thread_setThis and thread_detachThis are still there.


More information about the Digitalmars-d-learn mailing list