43 #include "boost/thread.hpp"
65 i.pub_func = pub_func;
66 i.clone_func = clone_func;
74 MWSRQueue<PubItem>::Node* it =
queue_.popAll();
80 it->val.pub_func(it->val.pub, clone);
83 MWSRQueue<PubItem>::Node* tmp = it;
95 : queue_(ops.pubmanager_queue_size)
133 if (!
queue_.
push(pub, msg, pub_func, clone_func))