www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16198] New: Language specification should have a page about

https://issues.dlang.org/show_bug.cgi?id=16198

          Issue ID: 16198
           Summary: Language specification should have a page about
                    concurrency
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: greensunny12 gmail.com

"D offers an innovative approach to concurrency, featuring true immutable data,
message passing, no sharing by default, and controlled mutable sharing across
threads" and yet there is no page on dlang.org explaining this in detail.

The best one can find is Andrei's chapter from TDPL.

http://www.informit.com/articles/article.aspx?p=1609144

--
Jun 23 2016