LeviLamina
Loading...
Searching...
No Matches
IAsyncGetResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
#include "mc/deps/core/threading/IAsyncInfo.h"
5
6
namespace
Bedrock::Threading {
7
8
template
<
typename
T>
9
class
IAsyncGetResult
:
public
Bedrock::Threading::IAsyncInfo
{
10
public
:
11
virtual
T getResult()
const
;
12
};
13
14
}
// namespace Bedrock::Threading
Bedrock::Threading::IAsyncGetResult
Definition
IAsyncGetResult.h:9
Bedrock::Threading::IAsyncInfo
Definition
IAsyncInfo.h:10
src
mc
deps
core
threading
IAsyncGetResult.h
Generated on Fri Jun 13 2025 05:04:23 for LeviLamina by
1.12.0