[Helix-client-dev] Killing threads question
Benedict Singer singerb at uchicago.eduIf I have an HXThread in an infinite loop or a blocking system call, will Exit() kill it? Or do I need to use system calls that will time out, with some sort of signal to indicate giving up? If that's the case, then do I still need to call Exit(), or is the thread's function returning enough (ie I only need to call the HXThread dtor)? Thanks! --------------------- Benedict Singer singerb at uchicago.edu http://www.4horsemen.net/ben/