Thread overview
How do I disable the multithreaded GC?
Apr 09, 2020
Stefan Koch
Apr 09, 2020
Johan
Apr 09, 2020
Stefan Koch
April 09, 2020
Simple question, how do I keep the GC from spawning threads?

Cheers,
Stefan
April 09, 2020
On Thursday, 9 April 2020 at 20:42:18 UTC, Stefan Koch wrote:
> Simple question, how do I keep the GC from spawning threads?
>
> Cheers,
> Stefan

https://dlang.org/changelog/2.087.0.html#gc_parallel


April 09, 2020
On Thursday, 9 April 2020 at 20:56:59 UTC, Johan wrote:
> On Thursday, 9 April 2020 at 20:42:18 UTC, Stefan Koch wrote:
>> Simple question, how do I keep the GC from spawning threads?
>>
>> Cheers,
>> Stefan
>
> https://dlang.org/changelog/2.087.0.html#gc_parallel

Thanks a lot.