Tenncor
|
#include <atomic>
#include <boost/asio/thread_pool.hpp>
#include <boost/asio/post.hpp>
#include "eteq/session.hpp"
#include "ccur/partition.hpp"
Go to the source code of this file.
Classes | |
struct | ccur::Session |
Namespaces | |
ccur | |
Typedefs | |
using | ccur::SessReqsT = std::vector< std::pair< teq::iOperableFunc *, size_t > > |
using | ccur::LSessReqsT = std::list< std::pair< teq::iOperableFunc *, size_t > > |
Same as SessReqsT except as a list. More... | |
using | ccur::AtomicFulfilMapT = std::unordered_map< teq::iOperableFunc *, std::atomic< long > > |