knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <stdexcept>
#include <utility>
#include <knowrob/Logger.h>
#include <knowrob/ThreadPool.h>
#include <boost/python/errors.hpp>
#include "knowrob/integration/python/PythonError.h"
Go to the source code of this file.
Namespaces | |
knowrob | |
Macros | |
#define | MAX_WORKER_TERMINATE_TIME_MS 2000 |
#define | KNOWROB_THREADING_DETACH_ON_EXIT |
Functions | |
std::shared_ptr< ThreadPool > | knowrob::DefaultThreadPool () |
#define KNOWROB_THREADING_DETACH_ON_EXIT |
Definition at line 14 of file ThreadPool.cpp.
#define MAX_WORKER_TERMINATE_TIME_MS 2000 |
Definition at line 13 of file ThreadPool.cpp.