1#ifndef BKCRACK_SIGINTHANDLER_HPP
2#define BKCRACK_SIGINTHANDLER_HPP
~SigintHandler()
Disable the signal handler.
auto operator=(const SigintHandler &other) -> SigintHandler &=delete
Deleted assignment operator.
SigintHandler(std::atomic< Progress::State > &destination)
Enable the signal handler.
SigintHandler(const SigintHandler &other)=delete
Deleted copy constructor.