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;
14// clang-format on
15
16namespace Bedrock::PubSub::DeferralPolicy {
17
19public:
20 // KeepLatestPolicy inner types declare
21 // clang-format off
22 template<typename T0> class SubscriptionBodyImpl;
23 // clang-format on
24
25 // KeepLatestPolicy inner types define
26 template <typename T0>
28};
29
30} // namespace Bedrock::PubSub::DeferralPolicy
Definition SpinLockImpl.h:5