LeviLamina
Loading...
Searching...
No Matches
YieldAfterIterations.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Threading::Detail {
6
7
class
YieldAfterIterations
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<4, 4, uint> mCounter;
12
::ll::TypedStorage<2, 2, ushort> mIterationsBeforeYielding;
13
::ll::TypedStorage<2, 2, ushort> mYieldCount;
14
// NOLINTEND
15
};
16
17
}
// namespace Bedrock::Threading::Detail
Bedrock::Threading::Detail::YieldAfterIterations
Definition
YieldAfterIterations.h:7
src
mc
deps
core
threading
detail
YieldAfterIterations.h
Generated on
for LeviLamina by
1.16.1