5#ifndef BEAST_CORE_CURRENT_THREAD_NAME_H_INCLUDED
6#define BEAST_CORE_CURRENT_THREAD_NAME_H_INCLUDED
8#include <boost/predef.h>
34template <std::
size_t N>
39 N <= maxThreadNameLength + 1,
40 "Thread name cannot exceed 15 characters");
void setCurrentThreadName(std::string_view newThreadName)
Changes the name of the caller thread.
std::string getCurrentThreadName()
Returns the name of the caller thread.