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