DWT multi thread issue

Frank Benoit keinfarbton at googlemail.com
Fri Oct 31 04:56:53 PDT 2008


I cannot try it right now, but perhaps this works? :

void dgRefresh()
{
    auto runOne = new RunOne();
    Thread thread = new Thread( &runOne.run );
    thread.start();
}



More information about the Digitalmars-d-dwt mailing list