David Simcha's std.parallelism

Sean Kelly sean at invisibleduck.org
Sun Jan 2 09:11:10 PST 2011


Andrei Alexandrescu Wrote:

> I think David Simcha's library is close to reviewable form. Code:
> 
> http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/std_parallelism.d
> 
> Documentation:
> 
> * why runCallable()? There's no runUncallable().

Does this even need to be public?  It looks like an implementation detail.

> * Should there be a makeAngel to undo makeDaemon?

Or an isDaemon property ala. Thread.  Though the chances of someone wanting to undo the isDaemon property once set are practically nil.


More information about the Digitalmars-d mailing list