On 10/09/2014 03:10 AM, Konstantin wrote:
Are you looking for parallel? http://dlang.org/library/std/parallelism/parallel.htmlI 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.htmlIf concurrency is more suited to your application, then there is the following as well:
http://ddili.org/ders/d.en/concurrency.html Ali