[Haskell-cafe] killThread on a terminated thread.

Bit Connor bit at mutantlemon.com
Fri Jun 8 07:58:35 EDT 2007


Hello,

Is it safe to use killThread to terminate a thread that has already
terminated(it's IO action has run to completion)? Or are ThreadIds
reused, potentially causing an unwanted thread to be terminated?

I'm using ghc 6.6

Thanks,
bit


More information about the Haskell-Cafe mailing list