[Haskell-cafe] killThread and FFI calls

Joel Reymont joelr1 at gmail.com
Wed Dec 14 09:26:26 EST 2005


Folks,

How does killThread work with FFI calls? What happens at the low  
level when a thread is blocked on an FFI call and received a  
KillThread exception? Does it exit immediately via some GHC magic or  
is the exception caught when the FFI call returns?

	Thanks, Joel

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list