|
CUBRID Engine
latest
|
#include <functional>#include <mutex>#include <thread>#include <cassert>

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 > |