
17 Aug
2015
17 Aug
'15
1:57 p.m.
I've come across that problem too. I found this on stackoverflow. http://stackoverflow.com/questions/24999636/is-there-a-way-to-kill-all-forke... If you're doing the forking, you can simply write a function forkIO that registers threadId's in some global MVar. Otherwise I don't know. Silvio