named arguments, string interpolation, please stop.

IGotD- nise at nise.com
Thu Jan 11 14:54:47 UTC 2024


On Thursday, 11 January 2024 at 13:07:52 UTC, deadalnix wrote:
>
>  - D runtime is unable to see thread started manually (for 
> instance with pthread-create) leading to all kind of bizarre 
> behavior.

Threads that are manually created can be attached by using

ThreadT thread_attachThis_tpl(ThreadT)();



More information about the Digitalmars-d mailing list