[Issue 21232] std.parallelism.parallel reuses thread, leading to stale static data

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 10 06:01:24 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21232

Bruce Carneal <bcarneal11 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bcarneal11 at gmail.com

--- Comment #3 from Bruce Carneal <bcarneal11 at gmail.com> ---
Having library choices for both speed (task pools) and fidelity (heavy weight
spawn) seems like a good thing.  Anecdotally I've used both and had problems
with neither but then I never expected full thread semantics from the task
pool.

--


More information about the Digitalmars-d-bugs mailing list