libfoedus-core
FOEDUS Core Library
|
#include "foedus/thread/stoppable_thread_impl.hpp"
#include <glog/logging.h>
#include <ostream>
#include <sstream>
#include <string>
#include <thread>
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::thread | |
Thread and Thread-Group, which abstracts NUMA-core/node and provides API to attach/detach tasks to pooled threads. | |
Functions | |
std::ostream & | foedus::thread::operator<< (std::ostream &o, const StoppableThread &v) |