LeviLamina
Loading...
Searching...
No Matches
KeepLatestPolicy.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#include "mc/platform/threading/UniqueLock.h"
10
11// auto generated forward declare list
12// clang-format off
13class SpinLockImpl;
14namespace Bedrock::PubSub { class SubscriptionContext; }
15// clang-format on
16
17namespace Bedrock::PubSub::DeferralPolicy {
18
20public:
21 // KeepLatestPolicy inner types declare
22 // clang-format off
23 template<typename T0> class SubscriptionBodyImpl;
24 // clang-format on
25
26 // KeepLatestPolicy inner types define
27 template <typename T0>
29};
30
31} // namespace Bedrock::PubSub::DeferralPolicy
Definition SubscriptionContext.h:7
Definition SpinLockImpl.h:5