Multithreading in D

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 9 07:09:57 PDT 2014


On 10/09/2014 03:10 AM, Konstantin wrote:
>> Are you looking for parallel?
>> http://dlang.org/library/std/parallelism/parallel.html
>
> I have seen this, but I'm not sure how to use it.

I have the following chapter with some examples:

   http://ddili.org/ders/d.en/parallelism.html

If concurrency is more suited to your application, then there is the 
following as well:

   http://ddili.org/ders/d.en/concurrency.html

Ali



More information about the Digitalmars-d-learn mailing list