CUBRID Engine  latest
thread_task.hpp File Reference
#include <functional>
#include <mutex>
#include <thread>
#include <cassert>
Include dependency graph for thread_task.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cubthread::task< Context >
 
class  cubthread::callable_task< Context >
 
class  cubthread::task< void >
 
class  cubthread::callable_task< void >
 
class  cubthread::context_manager< Context >
 

Namespaces

 cubthread
 

Typedefs

using cubthread::task_without_context = task< void >