Is there any command that will list all background threads in a GHCi session? And next question is, how to kill one (or all) of them?
Related:
Is there any command that will list all background threads in a GHCi session? And next question is, how to kill one (or all) of them?
Related:
No. If you want the ThreadId
s of running threads, it is your responsibility to keep track of them when you forkIO
.