LeviLamina
Loading...
Searching...
No Matches
ResetEventObj.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/threading/Mutex.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 72, ::std::condition_variable> mCondition;
13 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mMutex;
14 ::ll::TypedStorage<1, 1, ::std::atomic<bool>> mSet;
15 ::ll::TypedStorage<1, 1, bool> mAutoReset;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI bool wait_until(::std::chrono::steady_clock::time_point t);
22 // NOLINTEND
23};
Definition ResetEventObj.h:8
MCAPI bool wait_until(::std::chrono::steady_clock::time_point t)