Files
4jcraft/Minecraft.World/ConsoleHelpers/ThreadName.h
2026-03-30 09:50:58 -05:00

5 lines
101 B
C++

#pragma once
#include <cstdint>
void SetThreadName(std::uint32_t threadId, const char* threadName);