Thread overview
[Issue 17019] std.algorithm.iteration.each should be usable with parallel
Mar 31, 2018
Seb
March 31, 2018
https://issues.dlang.org/show_bug.cgi?id=17019

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |greensunny12@gmail.com

--
August 14, 2018
https://issues.dlang.org/show_bug.cgi?id=17019

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/3f44a4cd73a2c6423d4a49e3354b02a4acac2dfe Fix issue 17019 - std.algorithm.iteration.each should be usable with parallel

https://github.com/dlang/phobos/commit/bb769cfaf51f32a9f20567f885361fe828e9f8a3 Merge pull request #4990 from wilzbach/fix-15357-each-foreach

Fix issue 17019: `each` should be usable with parallel (and behave like
foreach)
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
August 14, 2018
https://issues.dlang.org/show_bug.cgi?id=17019

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--