[Haskell-cafe] Re: killThread on a terminated thread.

Simon Marlow simonmarhaskell at gmail.com
Tue Jun 12 05:36:46 EDT 2007


Bit Connor wrote:
> 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?

Yes, it's safe.

Simon


More information about the Haskell-Cafe mailing list