Thrown when a blocking wait on a Channel is interrupted, e.g.
by a signal. The errno-style number is available through num(), mirroring the interface of the zmq error types that were used here before, so the error handling logic in util.cxx could stay the same.
Public Member Functions | |
| ppoll_error_t (int errnum, const std::string &what) | |
| int | num () const |
Private Attributes | |
| int | errnum_ |
#include </github/home/ROOT-CI/src/roofit/multiprocess/res/RooFit/MultiProcess/Channel.h>
|
inline |