named arguments, string interpolation, please stop.

IGotD- nise at nise.com
Thu Jan 11 14:55:46 UTC 2024


On Thursday, 11 January 2024 at 14:54:47 UTC, IGotD- wrote:
> 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)();

Should be:

Thread thread_attachThis();


More information about the Digitalmars-d mailing list