LeviLamina
Loading...
Searching...
No Matches
DeferredSubscription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/SubscriptionBase.h"
7
8namespace Bedrock::PubSub {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCNAPI_C uint64 runDeferredEvents(uint64 maxToRun);
15
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22 MCNAPI void $dtor();
23 // NOLINTEND
24};
25
26} // namespace Bedrock::PubSub
Definition DeferredSubscription.h:10
Definition SubscriptionBase.h:12