[Haskell-cafe] STM and garbage collector

Tomas Carnecky tomas.carnecky at gmail.com
Sat Oct 17 16:11:22 UTC 2015


If a thread is blocking indefinitely in an STM transaction (reading from a
queue to which nobody else has a reference and thus can not write into), is
the runtime smart enough to GC the thread? Or do I have to kill the thread
manually?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151017/1a9b6baa/attachment.html>


More information about the Haskell-Cafe mailing list