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
6namespace Bedrock::Threading {
7
8template <typename T>
10public:
11 virtual T getResult() const;
12};
13
14} // namespace Bedrock::Threading
Definition IAsyncGetResult.h:9
Definition IAsyncInfo.h:10