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