On Thursday, 21 July 2016 at 22:47:38 UTC, Seb wrote:
On Thursday, 21 July 2016 at 20:56:07 UTC, eugene wrote:
On Thursday, 21 July 2016 at 20:46:24 UTC, eugene wrote:
Hi everyone,
could you,please, point out where can i find in the
"Documentation" sections info about concurrency and
parrallelism preferably with examples?
i didn't find about it in "Language reference" and "Feature
overview", but found in "Library reference"
It's entirely a library feature, the compiler doesn't need to
know about it.
There is also an entire chapter at the DTour
http://tour.dlang.org/tour/en/multithreading/thread-local-storage
Or the concurrency chapter from TDPL
http://www.informit.com/articles/article.aspx?p=1609144
thanks