CoreComponents 3.0.0
A Modern C++ Toolkit
|
Multi-processing, signalling and inter-process communication More...
Classes | |
class | LocalChannel |
Local socket communication channel. More... | |
class | Process |
Process creation and current process state More... | |
class | Signaled |
Process execution interrupted by system signal More... | |
class | SignalMaster |
Signal handling master thread in a multi-threaded application More... | |
Enumerations | |
enum class | Signal : int { Abort = SIGABRT , Alarm = SIGALRM , Bus = SIGBUS , Child = SIGCHLD , FPE = SIGFPE , HangUp = SIGHUP , Interrupt = SIGINT , Kill = SIGKILL , Pipe = SIGPIPE , Quit = SIGQUIT , SegV = SIGSEGV , Stop = SIGSTOP , Continue = SIGCONT , Terminate = SIGTERM , User1 = SIGUSR1 , User2 = SIGUSR2 , WindowSize = SIGWINCH , Undefined = 0 } |
System signal numbers. More... | |
Multi-processing, signalling and inter-process communication
|
strong |
System signal numbers.