MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / poll

Function poll

3rdparty/cppzmq/zmq.hpp:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305namespace detail {
306inline int poll(zmq_pollitem_t *items_, size_t nitems_, long timeout_)
307{
308 int rc = zmq_poll(items_, static_cast<int>(nitems_), timeout_);
309 if (rc < 0)
310 throw error_t();
311 return rc;
312}
313}
314
315#ifdef ZMQ_CPP11

Callers 1

check_eventMethod · 0.85

Calls 3

error_tClass · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected