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

Yes.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to