IXWebSocket/ixwebsocket/IXSetThreadName.h

14 lines
221 B
C
Raw Normal View History

/*
* 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);
}