C++ implementation of bond, a mechanism for checking when another process has terminated.
bondcpp is the C++ implementation of a bond, which allows two processes to monitor each other and be informed on the death of the other. You can be informed either by a callback or by polling that the other process in the bond is no longer alive.
The main class is bond::Bond