Function rcpputils::set_thread_name
Defined in File thread_name.hpp
Function Documentation
-
void rcpputils::set_thread_name(const std::string &name)
Set the current thread name.
- Parameters:
name – [in] the name to set for the current thread. May be truncated depending on platform.
- Throws:
std::system_error – if the thread name cannot be set.