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();

Reply via email to