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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 3 15:45:06 PST 2011


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


Sean Kelly <sean at invisibleduck.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean at invisibleduck.org


--- Comment #1 from Sean Kelly <sean at invisibleduck.org> 2011-02-03 15:42:47 PST ---
I'd like to allow Unique!T to be accepted by send(), which should solve your
problem.  You could also cast to/from shared, though this is obviously somewhat
nasty.  What you're trying to do seems like it may be more appropriate for a
thread pool as well.  I believe there's one in std.parallelism, which is under
review.

-- 
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