LeviLamina
Loading...
Searching...
No Matches
IAsyncResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Threading {
6
7template <typename T0>
8class IAsyncResult : public std::enable_shared_from_this<IAsyncResult<T0>> {};
9
10} // namespace Bedrock::Threading
Definition IAsyncResult.h:8