17static inline void setInterrupted(
bool isInterrupted);
22static inline bool getInterrupted();
52 std::function<
void()> callback);
61struct ReceiveInterrupts;
65#include "signals-impl.hh"
This file defines two main structs/classes used in nix error handling.
std::unique_ptr< InterruptCallback > createInterruptCallback(std::function< void()> callback)
void setInterruptThrown()