#include "precompiled.hpp"
#include "socket_poller.hpp"
#include "err.hpp"
#include "polling_util.hpp"
#include "macros.hpp"
#include <limits.h>
Go to the source code of this file.
Functions | |
template<class It , class T , class Pred > | |
static It | find_if2 (It b_, It e_, const T &value, Pred pred) |
for (items_t::iterator it=_items.begin(), end=_items.end();it !=end &&found< n_events_;++it) | |
static bool | is_thread_safe (const zmq::socket_base_t &socket_) |
Variables | |
return | found |
|
static |
Definition at line 19 of file socket_poller.cpp.
for | ( | items_t::iterator | it = _items.begin () | ) |
Definition at line 397 of file socket_poller.cpp.
|
static |
Definition at line 11 of file socket_poller.cpp.
return found |
Definition at line 456 of file socket_poller.cpp.