#pragma once #include namespace fc { /// handler will be called from ASIO thread void set_signal_handler( std::function handler, int signal_num ); }