D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 18096 - Add fold() to std.parallelism
Summary: Add fold() to std.parallelism
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: Ali Cehreli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-17 20:00 UTC by Ali Cehreli
Modified: 2018-01-17 05:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ali Cehreli 2017-12-17 20:00:20 UTC
At least for parity with std.algorithm, add fold() to std.parallelism.

Ali
Comment 1 Ali Cehreli 2017-12-21 06:19:48 UTC
Pull request: https://github.com/dlang/phobos/pull/5951
Comment 2 github-bugzilla 2018-01-17 05:05:53 UTC
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c472b2303d172226b9bf250d0d0567561c766e20
Fix Issue 18096 - Add fold() to std.parallelism

https://github.com/dlang/phobos/commit/fa0a6192a14e628f73f999b0547f128f6f8f4e5e
Merge pull request #5951 from acehreli/TaskPool_fold

Fix Issue 18096 - Add fold() to std.parallelism
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>