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