[Issue 4566] Calling functions in parallel with std.concurrency

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 31 22:33:57 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4566


Andrew Wiley <debio264 at gmail.com> changed:

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


--- Comment #2 from Andrew Wiley <debio264 at gmail.com> 2011-08-31 22:33:50 PDT ---
This pattern works well using the thread pool provided by std.parallelism, but
the problems with immutable data going into and being returned from the
function call still remain. I'm currently getting around this by casting to and
from shared, but do you have any new thoughts on the Unique!T suggestion?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list