|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <signals.hh>
Public Attributes | |
| pthread_t | target |
| std::unique_ptr< InterruptCallback > | callback |
A RAII class that causes the current thread to receive SIGUSR1 when the signal handler thread receives SIGINT. That is, this allows SIGINT to be multiplexed to multiple threads.