libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Thread.h File Reference
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/async/Signal.h>
#include <string>
#include <thread>
#include <optional>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

bool osmscout::SetThreadName (const std::string &name)
 Try to set current thread name. More...
 
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...