Hi List,

I'm trying to kill a thread (during program cleanup) that is almost always going to be perma-blocking on a foreign call (read).

It seems that there's no facility to do this built into Haskell at this point, or is there?

/jve