Passing parameters to thread functions

Ali Çehreli via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 15 15:20:37 PDT 2015


On 08/15/2015 05:22 AM, D_Starter wrote:

 > I haven't found anything useful on the library description so
 > far.

In addition to the posted documentation links, I have the following 
chapters that may be helpful.

- Message Passing Concurrency

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

- Data Sharing Concurrency

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

And the following related ones:

- Parallelism

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

- Fibers (still considered a draft)

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

Ali



More information about the Digitalmars-d mailing list