www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How do I disable the multithreaded GC?

reply Stefan Koch <uplink.coder googlemail.com> writes:
Simple question, how do I keep the GC from spawning threads?

Cheers,
Stefan
Apr 09 2020
parent reply Johan <j j.nl> writes:
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
Apr 09 2020
parent Stefan Koch <uplink.coder googlemail.com> writes:
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.
Apr 09 2020