| 81 | { |
| 82 | public: |
| 83 | UnixSignalHandler() |
| 84 | : signal_handling_thread{ |
| 85 | [this, sigs = mpp::make_and_block_signals({SIGTERM, SIGINT, SIGUSR1})] { monitor_signals(sigs); }} |
| 86 | { |
| 87 | } |
| 88 | |
| 89 | ~UnixSignalHandler() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected