Tenncor
Classes | Namespaces | Typedefs
session.hpp File Reference
#include <atomic>
#include <boost/asio/thread_pool.hpp>
#include <boost/asio/post.hpp>
#include "eteq/session.hpp"
#include "ccur/partition.hpp"
Include dependency graph for session.hpp:
This graph shows which files directly or indirectly include this file:

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 > >