14 ::ll::TypedStorage<8, 72, ::std::condition_variable> mCondition;
15 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mMutex;
16 ::ll::TypedStorage<1, 1, ::std::atomic<bool>> mSet;
17 ::ll::TypedStorage<1, 1, bool> mAutoReset;
23 MCAPI
bool wait_until(::std::chrono::steady_clock::time_point t);