23 Jul
2009
23 Jul
'09
10:48 p.m.
Hi, I want to write a signal handler for SIGINT that notifies the main() thread to break out of a loop and exit. I was thinking of using Boost.Thread's interruption feature. Does it support this usage, or do I need to use some other way to do this? Thanks in advance. Tim