libosmscout
0.1
|
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Functions | |
bool | osmscout::SetThreadName ([[maybe_unused]] const std::string &name) |
bool | osmscout::SetThreadName (std::thread &thread, const std::string &name) |
Try to set thread name. More... | |
Signal< std::thread::id > & | osmscout::ThreadExitSignal () |
Signal that is emitted on thread exit. More... | |
Signal<std::thread::id> threadExit |