In local.glasgow-haskell-bugs, you wrote:
> I think it should be:
>     killThread tid = throwTo tid (AsyncException ThreadKilled)

Yes, that's right.

I just noticed that 'killThread' in fact isn't implemented by
means of 'throwTo', but uses the 'killThread#' primop...wouldn't
it be cleaner to follow the above advice?
-- 
plonk :: m a -> m ()
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to