digitalmars.D - Re: David Simcha's std.parallelism
- Sean Kelly <sean invisibleduck.org> Jan 02 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.
Jan 02 2011








Sean Kelly <sean invisibleduck.org>