Is this should work?

markov via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 17 02:56:43 PDT 2016


Thanks.

So something like this would be helpful in core.thread?

void startThread(alias fun, P...)(P p){
     new Thread({fun(p);}).start();
}



More information about the Digitalmars-d-learn mailing list