IXWebSocket/ixwebsocket/IXSetThreadName.h
2019-05-30 08:46:50 -07:00

13 lines
220 B
C++

/*
* IXSetThreadName.h
* Author: Benjamin Sergeant
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
*/
#pragma once
#include <string>
namespace ix
{
void setThreadName(const std::string& name);
}