Re: Windows thread pool

2025-05-20 Thread evilrat via Digitalmars-d-learn
On Monday, 19 May 2025 at 16:01:12 UTC, Python wrote: If I am using the integrated Windows Thread Pool (1), how this will interact with garbage collection? It won't even know this threads exists, this also means that your next question: Is there any risk that some objects are never fre

Windows thread pool

2025-05-19 Thread Python via Digitalmars-d-learn
If I am using the integrated Windows Thread Pool (1), how this will interact with garbage collection? Is there any risk that some objects are never freed or some are freed too soon? Can the garbage collector stop the threads as needed? I am asking that because I cannot use the managed