|
libfoedus-core
FOEDUS Core Library
|
#include <atomic>#include <chrono>#include <iosfwd>#include <string>#include <thread>#include "foedus/thread/condition_variable_impl.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::thread::StoppableThread |
| The frequently appearing quartet of std::thread, condition_varible, stop-request flag, and mutex. More... | |
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. | |