libfoedus-core
FOEDUS Core Library
stoppable_thread_impl.hpp File Reference
#include <atomic>
#include <chrono>
#include <iosfwd>
#include <string>
#include <thread>
#include "foedus/thread/condition_variable_impl.hpp"
Include dependency graph for stoppable_thread_impl.hpp:
This graph shows which files directly or indirectly include this file:

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.