LeviLamina
Loading...
Searching...
No Matches
ExecuteImmediatelyPolicy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/storage_migration/WorldRecovery.h"
7#include "mc/deps/core/utility/pub_sub/DeferralType.h"
8#include "mc/deps/core/utility/pub_sub/deferred/SubscriptionBody.h"
9
10namespace Bedrock::PubSub::DeferralPolicy {
11
13public:
14 // ExecuteImmediatelyPolicy inner types declare
15 // clang-format off
16 template<typename T0> class SubscriptionBodyImpl;
17 // clang-format on
18
19 // ExecuteImmediatelyPolicy inner types define
20 template <typename T0>
22};
23
24} // namespace Bedrock::PubSub::DeferralPolicy
Definition ExecuteImmediatelyPolicy.h:12