|
Libosmium
2.2.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <chrono>#include <future>#include <sys/prctl.h>

Go to the source code of this file.
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::thread | |
| Threading-related low-level code. | |
Functions | |
| template<class T > | |
| void | osmium::thread::check_for_exception (std::future< T > &future) |
| template<class T > | |
| void | osmium::thread::wait_until_done (std::future< T > &future) |
| void | osmium::thread::set_thread_name (const char *name) |
1.8.9.1