can't understand why code do not working

monarch_dodra via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 22 14:22:34 PDT 2014


On Monday, 22 September 2014 at 20:12:28 UTC, Suliman wrote:
> std.concurrency.OwnerTerminated at std\concurrency.d(234): Owner 
> terminated

You need to make sure your main waits for its workers before 
exiting. When main "dies", it sends an exception message to 
anyone still working.


More information about the Digitalmars-d-learn mailing list