#include "ScanCells.h"
#include <AsyncComm/ApplicationQueueInterface.h>
#include <Common/Thread.h>
#include <condition_variable>
#include <list>
#include <mutex>
Go to the source code of this file.
Classes | |
class | Hypertable::TableMutatorQueue |
Provides application work queue and worker threads. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < TableMutatorQueue > | Hypertable::TableMutatorQueuePtr |
Shared smart pointer to TableMutatorQueue. More... | |