|
process-cpp
1.0.0
A simple convenience library for handling processes in C++11.
|
| Models an individual frame of a backtrace | |
| Models the symbolic representation of a frame pointer | |
| The Stat struct encapsulates status information about a process | |
| The Result struct encapsulates the result of waiting for a process state change | |
| The Process class models a child process of this process | |
| Observes child process' states and emits a signal when a monitored child has died | |
| Models a process and possible operations on it | |
| Models a signalable group of process | |
| Encapsulates functionality to trap and handle signals | |
| Abstracts the ability of an entity to be delivered a posix signal | |
| A cross-process synchronization primitive that supports simple wait-condition-like scenarios | |
| Thrown if any of the *_for functions times out | |