AuroraRuntime/Source/Threading/AuStopTheWorld.hpp

13 lines
272 B
C++
Raw Normal View History

/***
Copyright (C) Jamie Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuStopTheWorld.hpp
Date: 2024-09-09
Author: Reece
***/
#pragma once
namespace Aurora::Threading
{
void WakeOnAddressHoldContainersAndTheWorld(const AuVoidFunc &func);
}