parallelFuture

dsimcha dsimcha at yahoo.com
Fri Oct 23 18:30:25 PDT 2009


== Quote from Andrei Alexandrescu (SeeWebsiteForEmail at erdani.org)'s article
> dsimcha wrote:
> > Again, code:
> >
> > http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d
> >
> > Docs:
> >
> > http://cis.jhu.edu/~dsimcha/parallelFuture.html
> What license is the library under?
> Andrei

Boost.  I borrowed a few lines of assembler for atomic ops from Tango, though.
These snippets are "standard" atomic ops code and are probably not copyrightable.
 Nevertheless, this section of code is clearly marked, and D2/Phobos should
eventually get a full-fledged atomics lib anyhow.  At that point, these ad-hoc
functions can be replaced with more generic functions and the issue will be
completely resolved.


More information about the Digitalmars-d-announce mailing list