Re: TDPL, std.concurrency and OwnerFailed

2013-09-03 Thread Alexandr Druzhinin
04.09.2013 0:58, Ali Çehreli пишет: One way is, the child can send a special message (even the exception itself) when it terminates: // ... at the worker ... try { // ... } catch (shared(Exception) exc) { owner.send(exc

Re: TDPL, std.concurrency and OwnerFailed

2013-09-03 Thread Ali Çehreli
On 09/03/2013 09:26 AM, Alexandr Druzhinin wrote: > OwnerFailed exception catching like TDPL says, but std.concurrency has > no such symbol. These are the ones that I am aware of at this time: MessageMismatch OwnerTerminated LinkTerminated MailboxFull PriorityMessageException > So, s

TDPL, std.concurrency and OwnerFailed

2013-09-03 Thread Alexandr Druzhinin
Hello I try to get known if daughter thread finished its work using OwnerFailed exception catching like TDPL says, but std.concurrency has no such symbol. So, something changed. Can somebody help me with this case - finding if a child thread finished/terminated? I know about spawnLinked, but I