Mattias Gärtner schrieb:
> Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
> 
>> [...]
>> This is the problem: At which point should this be done ?
>>
>> Can you point at the statement where it should be raised in the following
>> code:
>>
>>  try
>>    ...
>>    DoParallel(...);
>>    ...
>>  except
>>  end;
>>
>> There is only 1 possible location: in a waitloop which should be after the
>> DoParralel. This loop must check for the exceptions...
> 
> Not after, but at the end of DoParallel.

What happens if more threads throw an exception?
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to