This is a pretty basic scenario but I\'m not finding too many helpful resources. I have a C++ program running in Linux that does file processing. Reads lines, does various t
You can define a Boost signal corresponding to the OS signal and tie the Boost signal to your slot to invoke the respective handler.