Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ppoll.cpp File Reference
#include "RooFit_ZMQ/ppoll.h"
Include dependency graph for ppoll.cpp:

Namespaces

namespace  ZMQ
 

Functions

int ZMQ::ppoll (std::vector< zmq_pollitem_t > &items, long timeout_, const sigset_t *sigmask_)
 Wrapper around zmq_ppoll This function can throw, so wrap in try-catch!
 
int ZMQ::ppoll (zmq_pollitem_t *items_, size_t nitems_, long timeout_, const sigset_t *sigmask_)
 Wrapper around zmq_ppoll This function can throw, so wrap in try-catch!