LeviLamina
Loading...
Searching...
No Matches
KeepAllPolicy.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/threading/MPSCQueue.h"
8#include "mc/deps/core/utility/pub_sub/DeferralType.h"
9#include "mc/deps/core/utility/pub_sub/deferred/SubscriptionBody.h"
10
11namespace Bedrock::PubSub::DeferralPolicy {
12
14public:
15 // KeepAllPolicy inner types declare
16 // clang-format off
17 template<typename T0> class SubscriptionBodyImpl;
18 // clang-format on
19
20 // KeepAllPolicy inner types define
21 template <typename T0>
23};
24
25} // namespace Bedrock::PubSub::DeferralPolicy