LeviLamina
Loading...
Searching...
No Matches
Thread.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
struct
Thread
:
public
::std::thread {
8
public
:
9
// static functions
10
// NOLINTBEGIN
11
MCAPI
static
void
SetThreadName(
void
* handle,
char
const
* name);
12
// NOLINTEND
13
};
14
15
}
// namespace NetherNet
NetherNet::Thread
Definition
Thread.h:7
src
mc
deps
nether_net
utils
Thread.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0