rippled
Loading...
Searching...
No Matches
CurrentThreadName.h
1// Portions of this file are from JUCE (http://www.juce.com).
2// Copyright (c) 2013 - Raw Material Software Ltd.
3// Please visit http://www.juce.com
4
5#ifndef BEAST_CORE_CURRENT_THREAD_NAME_H_INCLUDED
6#define BEAST_CORE_CURRENT_THREAD_NAME_H_INCLUDED
7
8#include <string>
9#include <string_view>
10
11namespace beast {
12
16void
18
29
30} // namespace beast
31
32#endif
void setCurrentThreadName(std::string_view newThreadName)
Changes the name of the caller thread.
std::string getCurrentThreadName()
Returns the name of the caller thread.