libosmscout 0.1
Loading...
Searching...
No Matches
Thread.h File Reference
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/async/Signal.h>
#include <string>
#include <thread>
#include <optional>

Namespaces

namespace  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.
 
bool osmscout::SetThreadName (std::thread &thread, const std::string &name)
 Try to set thread name.
 
Signal< std::thread::id > & osmscout::ThreadExitSignal ()
 Signal that is emitted on thread exit.