On Monday, 22 September 2014 at 20:12:28 UTC, Suliman wrote:
std.concurrency.OwnerTerminated@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.

Reply via email to