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
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
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