TDPL message passing: OwnerFailed?

Ali Çehreli acehreli at yahoo.com
Tue Jan 22 11:01:38 PST 2013


On 01/22/2013 09:04 AM, monarch_dodra wrote:

> I'm getting some errors with this program:

I can not reproduce this problem on Linux. Not with -m64 nor with -m32.

I don't think the following is necessary but it has been a workaround 
for me in the past:

import core.thread;

void main(string[] args)
{
// ...

     thread_joinAll();
}

Ali


More information about the Digitalmars-d-learn mailing list