|
Libosmium
2.13.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <chrono>#include <condition_variable>#include <cstddef>#include <mutex>#include <queue>#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| class | osmium::thread::Queue< T > |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::thread | |
| Threading-related low-level code. | |
Variables | |
| static const std::chrono::milliseconds | osmium::thread::max_wait {10} |
1.8.13