What is the best practice of organization multi-threading ?

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 16 11:28:04 PDT 2015


Ali, again big thanks for your book, without it I was not able 
how to work with D.

But for me now absolutely clear what difference between:
auto theTask = task(&someFunction);
and:
auto theTask = task!anOperation();


More information about the Digitalmars-d-learn mailing list